Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragment.java2637 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in onAnimationLeashCreated() local
2638 if (t != syncTransaction) { in onAnimationLeashCreated()
2640 syncTransaction.setWindowCrop(mSurfaceControl, 0, 0); in onAnimationLeashCreated()
DWindowContainer.java3443 final SurfaceControl.Transaction syncTransaction = getSyncTransaction(); in resetSurfacePositionForAnimationLeash() local
3444 if (t != syncTransaction) { in resetSurfacePositionForAnimationLeash()
3446 syncTransaction.setPosition(mSurfaceControl, 0, 0); in resetSurfacePositionForAnimationLeash()