Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedStateListDrawable.java560 private static final long REVERSIBLE_FLAG_BIT = 0x200000000l; field in AnimatedStateListDrawable.AnimatedStateListState
594 reversibleBit = REVERSIBLE_FLAG_BIT; in addTransition()
637 return (mTransitions.get(keyFromTo, -1) & REVERSIBLE_FLAG_BIT) != 0; in transitionHasReversibleFlag()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19463 Landroid/graphics/drawable/AnimatedStateListDrawable$AnimatedStateListState;->REVERSIBLE_FLAG_BIT:J