Searched refs:mDeferredDestroySurfaceControl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceView.java120 SurfaceControl mDeferredDestroySurfaceControl; field in class:SurfaceView
534 mDeferredDestroySurfaceControl = mSurfaceControl;
763 if (mDeferredDestroySurfaceControl != null) {
764 mDeferredDestroySurfaceControl.destroy();
765 mDeferredDestroySurfaceControl = null;

Completed in 38 milliseconds