Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java147 animator.applySurfaceControlTransaction(mLeash, tx, 1); in pipTransitionAnimator_rotatedEndValue()
158 animator.applySurfaceControlTransaction(mLeash, tx, 1); in pipTransitionAnimator_rotatedEndValue()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java363 applySurfaceControlTransaction(mLeash, in onAnimationUpdate()
542 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() method in PipAnimationController.PipTransitionAnimator
550 void applySurfaceControlTransaction(SurfaceControl leash, in ofAlpha()
634 void applySurfaceControlTransaction(SurfaceControl leash, in ofBounds() method
H A DPipTransition.java746 animator.setPipTransactionHandler(mTransactionConsumer).applySurfaceControlTransaction( in startExpandAnimation()
955 animator.setPipTransactionHandler(mTransactionConsumer).applySurfaceControlTransaction( in startEnterAnimation()
1013 animator.applySurfaceControlTransaction(leash, startTransaction, in handleSwipePipToHomeTransition()
H A DPipTaskOrganizer.java632 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()