/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | FirstFrameAnimatorHelper.java | 87 final long currentPlayTime = animation.getCurrentPlayTime(); in onAnimationUpdate() 133 float flatFraction = animation.getCurrentPlayTime() / (float) animation.getDuration(); in print()
|
H A D | InterruptibleInOutAnimator.java | 83 final long currentPlayTime = mAnimator.getCurrentPlayTime(); in animate()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | ViewState.java | 362 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startAlphaAnimation() 449 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startZTranslationAnimation() 510 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startXTranslationAnimation() 576 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startYTranslationAnimation() 659 - previousAnimator.getCurrentPlayTime(), newDuration); in cancelAnimatorAndGetNewDuration()
|
H A D | NotificationSection.java | 111 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startTopAnimation() 160 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startBottomAnimation()
|
H A D | ExpandableViewState.java | 242 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startHeightAnimation() 324 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startInsetAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimator.java | 82 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in startAnimation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimationRunner.java | 189 long currentPlayTime = anim.getCurrentPlayTime(); in startAnimationLocked()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceAnimationRunnerTest.java | 164 if (animation.getCurrentPlayTime() > 0) { in testCancel_sneakyCancelBeforeUpdate()
|
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationRunner.java | 129 adapter.onAnimationUpdate(t, animator.getCurrentPlayTime()); in createAnimator()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
H A D | AnimatorPlaybackController.java | 180 mAnimationPlayer.getCurrentPlayTime() / expectedDuration, in startWithVelocity()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/ |
H A D | SwipeButtonView.java | 286 circleAnimator.setCurrentPlayTime(circleAnimator.getCurrentPlayTime()); in setCircleRadius()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 319 final long currentPlayTime = Math.min(va.getDuration(), va.getCurrentPlayTime()); in startColorAnimation()
|
H A D | DefaultTransitionHandler.java | 520 final long currentPlayTime = Math.min(va.getDuration(), va.getCurrentPlayTime()); in startSurfaceAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardAffordanceView.java | 369 mCircleAnimator.setCurrentPlayTime(mCircleAnimator.getCurrentPlayTime()); in setCircleRadius()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | ValueAnimator.java | 769 public long getCurrentPlayTime() { in getCurrentPlayTime() method in ValueAnimator
|
H A D | AnimatorSet.java | 964 public long getCurrentPlayTime() {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | PasswordTextView.java | 593 - textAnimator.getCurrentPlayTime(); in swapToDotWhenAppearFinished()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimController.java | 646 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime()); in setOrAdaptCurrentAnimation()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3507 method public long getCurrentPlayTime(); 3736 method public long getCurrentPlayTime();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 481 HSPLandroid/animation/ValueAnimator;->getCurrentPlayTime()J
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 3102 method public long getCurrentPlayTime();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 481 HSPLandroid/animation/ValueAnimator;->getCurrentPlayTime()J
|