Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceView.java224 private SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in SurfaceView
467 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleTaskView.java51 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in BubbleTaskView
165 mTmpTransaction.reparent(mTaskEmbedder.getSurfaceControl(), in surfaceCreated()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java91 private final SurfaceControl.Transaction mTmpTransaction; field in WindowSurfaceController
109 mTmpTransaction = mService.mTransactionFactory.get(); in WindowSurfaceController()
185 mTmpTransaction.remove(mSurfaceControl).apply(); in destroyNotInTransaction()
439 hideSurface(mTmpTransaction); in updateVisibility()
440 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in updateVisibility()
DWindowStateAnimator.java174 private final SurfaceControl.Transaction mTmpTransaction; field in WindowStateAnimator
261 mTmpTransaction = service.mTransactionFactory.get(); in WindowStateAnimator()
320 hide(mTmpTransaction, reason); in hide()
321 SurfaceControl.mergeToGlobalTransaction(mTmpTransaction); in hide()
/frameworks/base/core/java/android/app/
DActivityView.java74 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); field in ActivityView
421 mTmpTransaction.reparent(mTaskEmbedder.getSurfaceControl(), in surfaceCreated()