Skip to content

Add new OffsetHint constants for disabling animations #78

@Cliabhach

Description

@Cliabhach

Credits to @agrosner for reporting this.

Currently, the value 0 (the standard 'disabled' value for an integer flag) is accepted by CutoutViewIndicator::setOffsetHints(int). Passing that to the function prevents any sort of offset in CutoutImageCell from working, which in turn prevents the indicator from...well, indicating anything.

To make this more transparent, and simpler for new users of the library, I propose two new OffsetHint constants:

  1. an explicit constant STOP_EVERYTHING with value 0
    • this'd disable offset-event visual effects
    • well, at least until a different value is set on the indicator
  2. a constant ONLY_ROUND_NUMBERS with value 1 << 4
    • that'd cause cells to only react to OffsetEvents which return an integer from ::getFraction()
    • ideally some minor rounding to handle floating-point nonsense

Also, a new convenience method or two for setting that second flag: not sure on the name(s), but the should have the same vibe as ::justShowTheSelectionsWithoutAnimatingAnything() and ::pleaseGoBackToAnimatingEverything().

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething (big or small) that gives people troublegood first issueNever contributed to the project before? Start small!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions