Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLocalAnimationAdapter.java117 void apply(Transaction t, SurfaceControl leash, long currentPlayTime); in apply()
138 default float getFraction(float currentPlayTime) { in getFraction()
DFadeAnimationController.java120 long currentPlayTime) { in createAnimationSpec()
DWindowAnimationSpec.java88 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
DSurfaceAnimationRunner.java241 private void applyTransformation(RunningAnimation a, Transaction t, long currentPlayTime) { in applyTransformation()
DWindowChangeAnimationSpec.java139 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
DDimmer.java385 public void apply(SurfaceControl.Transaction t, SurfaceControl sc, long currentPlayTime) { in apply()
DWindowState.java5839 public void apply(Transaction t, SurfaceControl leash, long currentPlayTime) { in apply()
/frameworks/base/libs/hwui/
DAnimator.cpp170 nsecs_t currentPlayTime = mPlayTime; in pushStaging() local
252 nsecs_t currentPlayTime = context.frameTimeMs() - mStartTime; in animate() local
/frameworks/base/core/java/android/animation/
DValueAnimator.java1201 long currentPlayTime = currentTime - mStartTime; in reverse() local
1372 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime()
DAnimator.java519 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime()