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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java72 Surface mPendingDestroySurface; field in class:WindowStateAnimator
737 if (mSurface != null && mPendingDestroySurface != mSurface) {
738 if (mPendingDestroySurface != null) {
747 mPendingDestroySurface.destroy();
749 mPendingDestroySurface = mSurface;
778 if (mPendingDestroySurface != null) {
787 mPendingDestroySurface.destroy();
792 + this + " surface " + mPendingDestroySurface
796 mPendingDestroySurface = null;
1478 if (mPendingDestroySurface !
[all...]

Completed in 139 milliseconds