Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
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
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipAnimationControllerTest.java147 animator.applySurfaceControlTransaction(mLeash, tx, 1); in pipTransitionAnimator_rotatedEndValue()
158 animator.applySurfaceControlTransaction(mLeash, tx, 1); in pipTransitionAnimator_rotatedEndValue()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java364 applySurfaceControlTransaction(mLeash, in onAnimationUpdate()
543 abstract void applySurfaceControlTransaction(SurfaceControl leash, in applySurfaceControlTransaction() method in PipAnimationController.PipTransitionAnimator
551 void applySurfaceControlTransaction(SurfaceControl leash, in ofAlpha()
646 void applySurfaceControlTransaction(SurfaceControl leash, in ofBounds() method
DPipTransition.java852 animator.setPipTransactionHandler(mTransactionConsumer).applySurfaceControlTransaction( in startExpandAnimation()
1104 animator.setPipTransactionHandler(mTransactionConsumer).applySurfaceControlTransaction( in startEnterAnimation()
1165 animator.applySurfaceControlTransaction(leash, startTransaction, in handleSwipePipToHomeTransition()
DPipTaskOrganizer.java731 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()