Searched defs:currentPlayTime (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LocalAnimationAdapter.java | 117 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply() 138 default float getFraction(float currentPlayTime) { in getFraction()
|
D | FadeAnimationController.java | 120 long currentPlayTime) { in createAnimationSpec()
|
D | WindowAnimationSpec.java | 88 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
D | SurfaceAnimationRunner.java | 241 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation()
|
D | WindowChangeAnimationSpec.java | 139 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
|
D | Dimmer.java | 385 public void apply(SurfaceControl.Transaction t, SurfaceControl sc, long currentPlayTime) { in apply()
|
D | WindowState.java | 5839 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/core/java/android/animation/ |
D | ValueAnimator.java | 1201 long currentPlayTime = currentTime - mStartTime; in reverse() local 1372 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
|
D | Animator.java | 519 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()
|