Searched refs:mTmpTransaction (Results 1 – 4 of 4) sorted by relevance
85 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in WindowSurfaceController165 mTmpTransaction.remove(mSurfaceControl).apply(); in destroyNotInTransaction()428 hideSurface(mTmpTransaction); in updateVisibility()429 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in updateVisibility()
162 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in WindowStateAnimator300 hide(mTmpTransaction, reason); in hide()301 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in hide()
195 private SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in SurfaceView663 mTmpTransaction.remove(mSurfaceControl); in releaseSurfaces()667 mTmpTransaction.remove(mBackgroundControl); in releaseSurfaces()670 mTmpTransaction.apply(); in releaseSurfaces()999 mTmpTransaction.remove(mDeferredDestroySurfaceControl).apply(); in onDrawFinished()
97 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in ActivityView442 mTmpTransaction.reparent(mRootSurfaceControl, in surfaceCreated()554 mTmpTransaction.show(mRootSurfaceControl).apply(); in initVirtualDisplay()