Searched defs:currentPlayTime (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LocalAnimationAdapter.java | 118 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply() 139 default float getFraction(float currentPlayTime) { in getFraction()
|
H A D | FadeAnimationController.java | 120 long currentPlayTime) { in createAnimationSpec()
|
H A D | WindowChangeAnimationSpec.java | 139 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
H A D | SurfaceAnimationRunner.java | 241 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation()
|
H A D | WindowAnimationSpec.java | 88 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
H A D | Dimmer.java | 385 public void apply(SurfaceControl.Transaction t, SurfaceControl sc, long currentPlayTime) { in apply()
|
H A D | WindowState.java | 6011 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | MultiValueUpdateListener.java | 34 final float currentPlayTime = percent * animator.getDuration(); in onAnimationUpdate() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | FirstFrameAnimatorHelper.java | 87 final long currentPlayTime = animation.getCurrentPlayTime(); in onAnimationUpdate() local
|
H A D | InterruptibleInOutAnimator.java | 83 final long currentPlayTime = mAnimator.getCurrentPlayTime(); in animate() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Animator.cpp | 170 nsecs_t currentPlayTime = mPlayTime; in pushStaging() local 252 nsecs_t currentPlayTime = context.frameTimeMs() - mStartTime; in animate() local
|
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationAdapter.java | 62 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | ValueAnimator.java | 1201 long currentPlayTime = currentTime - mStartTime; in reverse() local 1372 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
|
H A D | Animator.java | 519 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()
|