Home
last modified time | relevance | path

Searched refs:REVERSIBLE_FLAG_BIT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedStateListDrawable.java556 private static final long REVERSIBLE_FLAG_BIT = 0x200000000l; field in AnimatedStateListDrawable.AnimatedStateListState
588 reversibleBit = REVERSIBLE_FLAG_BIT; in addTransition()
631 return (mTransitions.get(keyFromTo, -1) & REVERSIBLE_FLAG_BIT) != 0; in transitionHasReversibleFlag()