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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java89 Surface mPendingDestroySurface; field in class:WindowStateAnimator
773 if (mSurface != null && mPendingDestroySurface != mSurface) {
774 if (mPendingDestroySurface != null) {
783 mPendingDestroySurface.destroy();
785 mPendingDestroySurface = mSurface;
814 if (mPendingDestroySurface != null) {
823 mPendingDestroySurface.destroy();
828 + this + " surface " + mPendingDestroySurface
832 mPendingDestroySurface = null;
1596 if (mPendingDestroySurface !
[all...]

Completed in 7 milliseconds