Searched refs:applySurfaceControlTransaction (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarLauncherDisplayAreaAnimationController.java | 177 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 D | OneHandedAnimationController.java | 188 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 D | PipAnimationControllerTest.java | 145 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 D | PipAnimationController.java | 291 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 D | PipTaskOrganizer.java | 436 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()
|