Searched defs:currentPlayTime (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LocalAnimationAdapter.java | 142 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply() 163 default float getFraction(float currentPlayTime) { in getFraction()
|
D | FadeAnimationController.java | 107 long currentPlayTime) { in createAnimationSpec()
|
D | WindowChangeAnimationSpec.java | 139 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
D | WindowAnimationSpec.java | 120 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
D | Dimmer.java | 360 public void apply(SurfaceControl.Transaction t, SurfaceControl sc, long currentPlayTime) { in apply()
|
D | SurfaceAnimationRunner.java | 330 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation()
|
D | WindowState.java | 5893 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 170 nsecs_t currentPlayTime = mPlayTime; in pushStaging() local 252 nsecs_t currentPlayTime = context.frameTimeMs() - mStartTime; in animate() local
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationAdapter.java | 119 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationAdapter.java | 121 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate()
|
/frameworks/base/core/java/android/animation/ |
D | Animator.java | 564 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()
|
D | ValueAnimator.java | 1284 long currentPlayTime = currentTime - mStartTime; in reverse() local 1455 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
|