Home
last modified time | relevance | path

Searched refs:applySurfaceControlTransaction (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarLauncherDisplayAreaAnimationController.java177 applySurfaceControlTransaction(mLeash, tx, animation.getAnimatedFraction()); in onAnimationUpdate()
186 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() method in CarLauncherDisplayAreaAnimationController.CarLauncherDisplayAreaTransitionAnimator
254 void applySurfaceControlTransaction(SurfaceControl leash, in ofYOffset() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java188 applySurfaceControlTransaction(mLeash, tx, animation.getAnimatedFraction()); in onAnimationUpdate()
197 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() method in OneHandedAnimationController.OneHandedTransitionAnimator
270 void applySurfaceControlTransaction(SurfaceControl leash, in ofYOffset() method
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java145 animator.applySurfaceControlTransaction(mLeash, tx, 1); in pipTransitionAnimator_rotatedEndValue()
156 animator.applySurfaceControlTransaction(mLeash, tx, 1); in pipTransitionAnimator_rotatedEndValue()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java291 applySurfaceControlTransaction(mLeash, newSurfaceControlTransaction(), in onAnimationUpdate()
479 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() method in PipAnimationController.PipTransitionAnimator
487 void applySurfaceControlTransaction(SurfaceControl leash, in ofAlpha()
568 void applySurfaceControlTransaction(SurfaceControl leash, in ofBounds() method
H A DPipTaskOrganizer.java436 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()