Searched refs:syncTransaction (Results 1 – 2 of 2) sorted by relevance
2637 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in onAnimationLeashCreated() local2638 if (t != syncTransaction) { in onAnimationLeashCreated()2640 syncTransaction.setWindowCrop(mSurfaceControl, 0, 0); in onAnimationLeashCreated()
3443 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in resetSurfacePositionForAnimationLeash() local3444 if (t != syncTransaction) { in resetSurfacePositionForAnimationLeash()3446 syncTransaction.setPosition(mSurfaceControl, 0, 0); in resetSurfacePositionForAnimationLeash()