Home
last modified time | relevance | path

Searched defs:currentPlayTime (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLocalAnimationAdapter.java118 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply()
139 default float getFraction(float currentPlayTime) { in getFraction()
H A DFadeAnimationController.java120 long currentPlayTime) { in createAnimationSpec()
H A DWindowChangeAnimationSpec.java139 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
H A DSurfaceAnimationRunner.java241 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation()
H A DWindowAnimationSpec.java88 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
H A DDimmer.java385 public void apply(SurfaceControl.Transaction t, SurfaceControl sc, long currentPlayTime) { in apply()
H A DWindowState.java6011 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DMultiValueUpdateListener.java34 final float currentPlayTime = percent * animator.getDuration(); in onAnimationUpdate() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DFirstFrameAnimatorHelper.java87 final long currentPlayTime = animation.getCurrentPlayTime(); in onAnimationUpdate() local
H A DInterruptibleInOutAnimator.java83 final long currentPlayTime = mAnimator.getCurrentPlayTime(); in animate() local
/aosp12/frameworks/base/libs/hwui/
H A DAnimator.cpp170 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 DTaskFragmentAnimationAdapter.java62 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate()
/aosp12/frameworks/base/core/java/android/animation/
H A DValueAnimator.java1201 long currentPlayTime = currentTime - mStartTime; in reverse() local
1372 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
H A DAnimator.java519 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()