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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1384 if ((! mHasSurface) && (! mWaitingForSurface)) {
1391 mWaitingForSurface = true;
1397 if (mHasSurface && mWaitingForSurface) {
1401 mWaitingForSurface = false;
1489 + " mWaitingForSurface: " + mWaitingForSurface
1682 while (mWaitingForSurface
1701 while((!mWaitingForSurface) && (!mExited)) {
1830 private boolean mWaitingForSurface; field in class:GLSurfaceView.GLThread

Completed in 447 milliseconds