Searched defs:currentPlayTime (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LocalAnimationAdapter.java | 142 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply() 163 default float getFraction(float currentPlayTime) { in getFraction()
|
H A D | FadeAnimationController.java | 113 long currentPlayTime) { in createAnimationSpec()
|
H A D | WindowChangeAnimationSpec.java | 139 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
H A D | WindowAnimationSpec.java | 120 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
H A D | Dimmer.java | 373 public void apply(SurfaceControl.Transaction t, SurfaceControl sc, long currentPlayTime) { in apply()
|
H A D | SurfaceAnimationRunner.java | 331 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation()
|
H A D | WindowState.java | 5587 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
/aosp14/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
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ValueAnimator.java | 1263 long currentPlayTime = currentTime - mStartTime; in reverse() local 1420 void animateValuesInRange(long currentPlayTime, long lastPlayTime) { in animateValuesInRange() 1465 void animateSkipToEnds(long currentPlayTime, long lastPlayTime) { in animateSkipToEnds()
|
H A D | Animator.java | 571 void animateValuesInRange(long currentPlayTime, long lastPlayTime) {} in animateValuesInRange() 577 void animateSkipToEnds(long currentPlayTime, long lastPlayTime) {} in animateSkipToEnds()
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationAdapter.java | 119 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationAdapter.java | 138 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate()
|