Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16576 Landroid/graphics/drawable/AnimatedStateListDrawable$AnimatedStateListState;->REVERSIBLE_FLAG_BIT:J