Home
last modified time | relevance | path

Searched refs:mHasFocus (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java1243 if (mHasFocus) { in guardedRun()
1470 mHasFocus = hasFocus; in onWindowFocusChanged()
1474 DebugLog.i("Main thread", "Focus " + (mHasFocus ? "gained" : "lost")); in onWindowFocusChanged()
1529 private boolean mHasFocus; field in GLSurfaceView.GLThread