Searched refs:mTmpTransaction (Results 1 – 5 of 5) sorted by relevance
224 private SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in SurfaceView467 mTmpTransaction.setAlpha(mSurfaceControl, alpha).apply(); in updateSurfaceAlpha()476 mTmpTransaction.remove(mDeferredDestroySurfaceControl).apply(); in performDrawFinished()883 mTmpTransaction.remove(mSurfaceControl); in releaseSurfaces()887 mTmpTransaction.remove(mBackgroundControl); in releaseSurfaces()890 mTmpTransaction.apply(); in releaseSurfaces()1034 updateRelativeZ(mTmpTransaction); in updateSurface()1039 mTmpTransaction.show(mSurfaceControl); in updateSurface()1041 mTmpTransaction.hide(mSurfaceControl); in updateSurface()1045 reparentSurfacePackage(mTmpTransaction, mSurfacePackage); in updateSurface()[all …]
51 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in BubbleTaskView165 mTmpTransaction.reparent(mTaskEmbedder.getSurfaceControl(), in surfaceCreated()
91 private final SurfaceControl.Transaction mTmpTransaction; field in WindowSurfaceController109 mTmpTransaction = mService.mTransactionFactory.get(); in WindowSurfaceController()185 mTmpTransaction.remove(mSurfaceControl).apply(); in destroyNotInTransaction()439 hideSurface(mTmpTransaction); in updateVisibility()440 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in updateVisibility()
174 private final SurfaceControl.Transaction mTmpTransaction; field in WindowStateAnimator261 mTmpTransaction = service.mTransactionFactory.get(); in WindowStateAnimator()320 hide(mTmpTransaction, reason); in hide()321 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in hide()
74 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in ActivityView421 mTmpTransaction.reparent(mTaskEmbedder.getSurfaceControl(), in surfaceCreated()