Home
last modified time | relevance | path

Searched refs:startWithoutPulsing (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
DAnimator.java485 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing() method in Animator
DAnimatorSet.java688 void startWithoutPulsing(boolean inReverse) {
1128 node.mAnimation.startWithoutPulsing(true);
1149 node.mAnimation.startWithoutPulsing(false);
DValueAnimator.java1086 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing() method in ValueAnimator