Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DAnimator.java483 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
499 void skipToEndValue(boolean inReverse) {} in skipToEndValue()
516 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()
DValueAnimator.java679 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction()
707 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward()
1053 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
1331 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
1374 void skipToEndValue(boolean inReverse) { in skipToEndValue()