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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1360 if ((! mHasSurface) && (! mWaitingForSurface)) {
1367 mWaitingForSurface = true;
1373 if (mHasSurface && mWaitingForSurface) {
1377 mWaitingForSurface = false;
1451 + " mWaitingForSurface: " + mWaitingForSurface
1606 while (mWaitingForSurface
1625 while((!mWaitingForSurface) && (!mExited)) {
1744 private boolean mWaitingForSurface; field in class:GLSurfaceView.GLThread

Completed in 6593 milliseconds