Searched refs:setCurrentPlayTime (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DTimeAnimator.java51 public void setCurrentPlayTime(long playTime) { method in class:TimeAnimator
84 * set to a specific {@link ValueAnimator#setCurrentPlayTime(long) currentPlayTime}
H A DValueAnimator.java109 * Set when setCurrentPlayTime() is called. If negative, animation is not currently seeked
571 * actions based on that time. If the animation is already running, then setCurrentPlayTime()
576 public void setCurrentPlayTime(long playTime) { method in class:ValueAnimator
684 * {@link #setCurrentPlayTime(long)} or {@link #setCurrentFraction(float)}, in which case
1001 setCurrentPlayTime(0);
H A DLayoutTransition.java1014 ((ObjectAnimator) anim).setCurrentPlayTime(0);
1170 ((ObjectAnimator) anim).setCurrentPlayTime(0);
1233 ((ObjectAnimator) anim).setCurrentPlayTime(0);
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp73 anim->setCurrentPlayTime(playTime);
121 void PropertyAnimator::setCurrentPlayTime(nsecs_t playTime) { function in class:android::uirenderer::PropertyAnimator
H A DPropertyValuesAnimatorSet.h30 void setCurrentPlayTime(nsecs_t playTime);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimationProps.java127 animator.setCurrentPlayTime(initialPlayTime);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java416 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
475 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
553 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
612 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
687 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
740 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
H A DNotificationStackScrollLayout.java1832 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
1880 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java367 anim.setCurrentPlayTime(16);
476 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java341 mCircleAnimator.setCurrentPlayTime(mCircleAnimator.getCurrentPlayTime());

Completed in 158 milliseconds