Home
last modified time | relevance | path

Searched refs:syncTransaction (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java2445 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in onAnimationLeashCreated() local
2446 if (t != syncTransaction) { in onAnimationLeashCreated()
2448 syncTransaction.setWindowCrop(mSurfaceControl, 0, 0); in onAnimationLeashCreated()
H A DWindowContainer.java3462 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in resetSurfacePositionForAnimationLeash() local
3463 if (t != syncTransaction) { in resetSurfacePositionForAnimationLeash()
3465 syncTransaction.setPosition(mSurfaceControl, 0, 0); in resetSurfacePositionForAnimationLeash()