Home
last modified time | relevance | path

Searched refs:mTmpTransaction (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java85 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in WindowSurfaceController
165 mTmpTransaction.remove(mSurfaceControl).apply(); in destroyNotInTransaction()
428 hideSurface(mTmpTransaction); in updateVisibility()
429 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in updateVisibility()
DWindowStateAnimator.java162 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in WindowStateAnimator
300 hide(mTmpTransaction, reason); in hide()
301 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in hide()
/frameworks/base/core/java/android/view/
DSurfaceView.java195 private SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in SurfaceView
663 mTmpTransaction.remove(mSurfaceControl); in releaseSurfaces()
667 mTmpTransaction.remove(mBackgroundControl); in releaseSurfaces()
670 mTmpTransaction.apply(); in releaseSurfaces()
999 mTmpTransaction.remove(mDeferredDestroySurfaceControl).apply(); in onDrawFinished()
/frameworks/base/core/java/android/app/
DActivityView.java97 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in ActivityView
442 mTmpTransaction.reparent(mRootSurfaceControl, in surfaceCreated()
554 mTmpTransaction.show(mRootSurfaceControl).apply(); in initVirtualDisplay()