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