Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DActivityBlockingActivity.java77 private boolean mIsGLSurfaceSetup = false; field in ActivityBlockingActivity
185 if (mIsGLSurfaceSetup) { in onStart()
227 if (mIsGLSurfaceSetup) { in onStop()
262 mIsGLSurfaceSetup = true; in setupGLSurface()