Searched refs:hasSurface (Results 1 – 6 of 6) sorted by relevance
61 private boolean hasSurface; field in CaptureActivity87 hasSurface = false; in onCreate()108 if (hasSurface) { in onResume()148 if (!hasSurface) { in onPause()179 if (!hasSurface) { in surfaceCreated()180 hasSurface = true; in surfaceCreated()186 hasSurface = false; in surfaceDestroyed()
193 if (isSurfaceCreated && !eglBase.hasSurface()) { in tryCreateEglSurface()430 if (eglBase != null && eglBase.hasSurface()) { in makeBlack()466 if (eglBase == null || !eglBase.hasSurface()) { in renderFrameOnRenderThread()
119 public abstract boolean hasSurface(); in hasSurface() method in EglBase
132 public boolean hasSurface() { in hasSurface() method in EglBase14
188 public boolean hasSurface() { in hasSurface() method in EglBase10
249 if (eglBase.hasSurface()) {