Searched refs:syncTransaction (Results 1 – 2 of 2) sorted by relevance
2445 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in onAnimationLeashCreated() local2446 if (t != syncTransaction) { in onAnimationLeashCreated()2448 syncTransaction.setWindowCrop(mSurfaceControl, 0, 0); in onAnimationLeashCreated()
3462 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in resetSurfacePositionForAnimationLeash() local3463 if (t != syncTransaction) { in resetSurfacePositionForAnimationLeash()3465 syncTransaction.setPosition(mSurfaceControl, 0, 0); in resetSurfacePositionForAnimationLeash()