Searched refs:REVERSIBLE_FLAG_BIT (Results 1 – 1 of 1) sorted by relevance
557 private static final long REVERSIBLE_FLAG_BIT = 0x200000000l; field in AnimatedStateListDrawable.AnimatedStateListState589 reversibleBit = REVERSIBLE_FLAG_BIT; in addTransition()632 return (mTransitions.get(keyFromTo, -1) & REVERSIBLE_FLAG_BIT) != 0; in transitionHasReversibleFlag()