/aosp14/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorSetCallsTest.java | 177 mSet1.setCurrentPlayTime(0); in updateOnlyWhileChangingValues() 224 mSet1.setCurrentPlayTime(0); in pauseResumeSeekingAnimators() 249 mSet1.setCurrentPlayTime(200); in pauseResumeSeekingAnimators() 284 mSet1.setCurrentPlayTime(400); in pauseResumeSeekingAnimators() 298 mSet1.setCurrentPlayTime(250); in pauseResumeSeekingAnimators() 312 mSet1.setCurrentPlayTime(1); in pauseResumeSeekingAnimators()
|
H A D | AnimatorSetActivityTest.java | 608 set.setCurrentPlayTime(900); in testInitializeWithoutReadingValues() 612 set.setCurrentPlayTime(0); in testInitializeWithoutReadingValues()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | PropertyValuesAnimatorSet.cpp | 81 anim->setCurrentPlayTime(playTime); in onPlayTimeChanged() 144 void PropertyAnimator::setCurrentPlayTime(nsecs_t playTime) { in setCurrentPlayTime() function in android::uirenderer::PropertyAnimator
|
H A D | PropertyValuesAnimatorSet.h | 30 void setCurrentPlayTime(nsecs_t playTime);
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | TimeAnimator.java | 51 public void setCurrentPlayTime(long playTime) { in setCurrentPlayTime() method in TimeAnimator
|
H A D | LayoutTransition.java | 1020 ((ObjectAnimator) anim).setCurrentPlayTime(0); in startChangingAnimations() 1178 ((ObjectAnimator) anim).setCurrentPlayTime(0); in runAppearingTransition() 1241 ((ObjectAnimator) anim).setCurrentPlayTime(0); in runDisappearingTransition()
|
H A D | ValueAnimator.java | 732 public void setCurrentPlayTime(long playTime) { in setCurrentPlayTime() method in ValueAnimator 1154 setCurrentPlayTime(0); in start()
|
H A D | AnimatorSet.java | 1068 public void setCurrentPlayTime(long playTime) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSection.java | 109 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startTopAnimation() 157 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startBottomAnimation()
|
H A D | ViewState.java | 457 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startAlphaAnimation() 544 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startZTranslationAnimation() 605 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startXTranslationAnimation() 671 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startYTranslationAnimation()
|
H A D | ExpandableViewState.java | 261 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startHeightAnimation() 347 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startClipAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimator.java | 82 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startAnimation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimationRunner.java | 323 anim.setCurrentPlayTime(mChoreographer.getFrameIntervalNanos() / NANOS_PER_MS); in startAnimationLocked()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardAffordanceView.java | 369 mCircleAnimator.setCurrentPlayTime(mCircleAnimator.getCurrentPlayTime()); in setCircleRadius()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimController.java | 862 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in setOrAdaptCurrentAnimation()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 3916 method public void setCurrentPlayTime(long); 4154 method public void setCurrentPlayTime(long);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 508 HSPLandroid/animation/ValueAnimator;->setCurrentPlayTime(J)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 508 HSPLandroid/animation/ValueAnimator;->setCurrentPlayTime(J)V
|