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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java138 private WindowSurfaceController mPendingDestroySurface; field in class:WindowStateAnimator
868 if (mSurfaceController != null && mPendingDestroySurface != mSurfaceController) {
869 if (mPendingDestroySurface != null) {
873 mPendingDestroySurface.destroyInTransaction();
875 mPendingDestroySurface = mSurfaceController;
893 // Whether the surface was preserved (and copied to mPendingDestroySurface) or not, it
895 // so it can be recreated successfully in mPendingDestroySurface case.
906 if (mPendingDestroySurface != null) {
910 mPendingDestroySurface.destroyInTransaction();
919 + this + " surface " + mPendingDestroySurface
[all...]

Completed in 57 milliseconds