Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java138 private WindowSurfaceController mPendingDestroySurface; field in WindowStateAnimator
868 if (mSurfaceController != null && mPendingDestroySurface != mSurfaceController) { in destroySurfaceLocked()
869 if (mPendingDestroySurface != null) { in destroySurfaceLocked()
873 mPendingDestroySurface.destroyInTransaction(); in destroySurfaceLocked()
875 mPendingDestroySurface = mSurfaceController; in destroySurfaceLocked()
906 if (mPendingDestroySurface != null) { in destroyDeferredSurfaceLocked()
910 mPendingDestroySurface.destroyInTransaction(); in destroyDeferredSurfaceLocked()
919 + this + " surface " + mPendingDestroySurface in destroyDeferredSurfaceLocked()
923 mPendingDestroySurface = null; in destroyDeferredSurfaceLocked()
1303 if (mDestroyPreservedSurfaceUponRedraw && mPendingDestroySurface != null) { in updateSurfaceWindowCrop()
[all …]