Home
last modified time | relevance | path

Searched defs:inReverse (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/animation/
H A DAnimator.java486 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
502 void skipToEndValue(boolean inReverse) {} in skipToEndValue()
519 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()
H A DValueAnimator.java717 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction()
745 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward()
1094 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
1372 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
1415 void skipToEndValue(boolean inReverse) { in skipToEndValue()