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.java711 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction()
739 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward()
1088 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing()
1366 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
1409 void skipToEndValue(boolean inReverse) { in skipToEndValue()