Home
last modified time | relevance | path

Searched refs:onAnimationUpdate (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java67 public abstract void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() method in PipContentOverlay
96 public void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() method in PipContentOverlay.PipColorOverlay
149 public void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() method in PipContentOverlay.PipSnapshotOverlay
218 public void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() method in PipContentOverlay.PipAppIconOverlay
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/animation/
DColorSchemeTransitionTest.kt127 colorTransition.onAnimationUpdate(valueAnimator) in <lambda>()
139 colorTransition.onAnimationUpdate(valueAnimator) in <lambda>()
151 colorTransition.onAnimationUpdate(valueAnimator) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedAnimationCallback.java49 default void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate() method
DOneHandedAnimationController.java183 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() method in OneHandedAnimationController.OneHandedTransitionAnimator
186 (callback) -> callback.onAnimationUpdate(tx, 0f, mCurrentValue) in onAnimationUpdate()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationControllerTest.java369 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
376 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
383 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
450 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
457 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
464 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
882 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
896 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
1321 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
1331 mTargetAnimationListener.onAnimationUpdate(mMockValueAnimator);
[all …]
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java119 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate() method in TaskFragmentAnimationAdapter
166 onAnimationUpdate(t, mAnimation.getDuration()); in onAnimationEnd()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationAdapter.java138 final void onAnimationUpdate(@NonNull SurfaceControl.Transaction t, long currentPlayTime) { in onAnimationUpdate() method in ActivityEmbeddingAnimationAdapter
182 onAnimationUpdate(t, mAnimation.getDuration()); in onAnimationEnd()
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetCallsTest.java173 public void onAnimationUpdate(ValueAnimator animation) { in updateOnlyWhileChangingValues()
189 public void onAnimationUpdate(ValueAnimator animation) { in updateOnlyWhileRunning()
350 public void onAnimationUpdate(ValueAnimator animation) { in childAnimatorCancelsDuringUpdate_animatorSetIsEnded()
DValueAnimatorTests.java543 public void onAnimationUpdate(ValueAnimator animation) {
555 super.onAnimationUpdate(animation);
1135 public void onAnimationUpdate(ValueAnimator animation) {
1162 public void onAnimationUpdate(ValueAnimator animation) {
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DResizeHWLayerActivity.java51 public void onAnimationUpdate(ValueAnimator valueAnimator) { in onCreate()
DGlTextureViewActivity.java63 public void onAnimationUpdate(ValueAnimator animation) { in onSurfaceTextureAvailable()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DHitRectBug.java68 public void onAnimationUpdate(ValueAnimator animation) { in TestDrawingView()
/frameworks/base/core/java/android/transition/
DChangeText.java220 public void onAnimationUpdate(ValueAnimator animation) { in createAnimator()
246 public void onAnimationUpdate(ValueAnimator animation) { in createAnimator()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java396 public void onAnimationUpdate(ValueAnimator animation) {
405 public void onAnimationUpdate(ValueAnimator animation) {
426 public void onAnimationUpdate(ValueAnimator animation) {
435 public void onAnimationUpdate(ValueAnimator animation) {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/animation/
DPipAlphaAnimator.java100 public void onAnimationUpdate(@NonNull ValueAnimator animation) { in onAnimationUpdate() method in PipAlphaAnimator
DPipResizeAnimator.java111 public void onAnimationUpdate(@NonNull ValueAnimator animation) { in onAnimationUpdate() method in PipResizeAnimator
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java734 mUpdateListeners.get(i).onAnimationUpdate(this, mValue, mVelocity); in setPropertyValue()
813 void onAnimationUpdate(DynamicAnimation animation, float value, float velocity); in onAnimationUpdate() method
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DTileDrawable.java58 public void onAnimationUpdate(ValueAnimator animation) { in TileDrawable()
DExtendedBitmapDrawable.java470 public void onAnimationUpdate(ValueAnimator animation) { in Placeholder()
549 public void onAnimationUpdate(ValueAnimator animation) { in Progress()
/frameworks/base/core/java/android/window/
DBackProgressAnimator.java91 public void onAnimationUpdate(DynamicAnimation animation, float value, float velocity) { in onAnimationUpdate() method in BackProgressAnimator
/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionSession.java148 public void onAnimationUpdate(ValueAnimator animation) { in playAssistAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistDisclosure.java230 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() method in AssistDisclosure.AssistDisclosureView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java414 public void onAnimationUpdate(ValueAnimator animation) { in getAnimatorToRadius()
454 public void onAnimationUpdate(ValueAnimator animation) { in setImageScale()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java1136 public void onAnimationUpdate(@NonNull ValueAnimator animation) { in onAnimationUpdate() method in ViewPropertyAnimator.AnimatorEventListener
1185 mUpdateListener.onAnimationUpdate(animation); in onAnimationUpdate()
/frameworks/base/services/core/java/com/android/server/policy/
DBurnInProtectionHelper.java288 public void onAnimationUpdate(ValueAnimator valueAnimator) { in onAnimationUpdate() method in BurnInProtectionHelper

123