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.java699 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction()
727 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward()
1076 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
1354 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
1397 void skipToEndValue(boolean inReverse) { in skipToEndValue()