Searched refs:REVERSIBLE_FLAG_BIT (Results 1 – 2 of 2) sorted by relevance
560 private static final long REVERSIBLE_FLAG_BIT = 0x200000000l; field in AnimatedStateListDrawable.AnimatedStateListState594 reversibleBit = REVERSIBLE_FLAG_BIT; in addTransition()637 return (mTransitions.get(keyFromTo, -1) & REVERSIBLE_FLAG_BIT) != 0; in transitionHasReversibleFlag()
19463 Landroid/graphics/drawable/AnimatedStateListDrawable$AnimatedStateListState;->REVERSIBLE_FLAG_BIT:J