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

/frameworks/base/core/java/android/view/
H A DSurfaceView.java97 final Surface mNewSurface = new Surface(); // New surface we are switching to field in class:SurfaceView
522 mVisibleInsets, mStableInsets, mConfiguration, mNewSurface);
527 if (DEBUG) Log.i(TAG, "New surface: " + mNewSurface
569 mSurface.transferFrom(mNewSurface);

Completed in 54 milliseconds