Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DAnimator.java531 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
547 void skipToEndValue(boolean inReverse) {} in skipToEndValue()
564 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()
DValueAnimator.java800 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction()
828 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward()
1177 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
1455 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
1498 void skipToEndValue(boolean inReverse) { in skipToEndValue()