Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DAnimator.java485 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
501 void skipToEndValue(boolean inReverse) {} in skipToEndValue()
518 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()
DValueAnimator.java709 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction()
737 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward()
1086 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
1364 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
1407 void skipToEndValue(boolean inReverse) { in skipToEndValue()