HomeSort by relevance Sort by last modified time
    Searched defs:hasSurface (Results 1 - 8 of 8) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 119 public abstract boolean hasSurface();
EglBase10.java 188 public boolean hasSurface() {
EglBase14.java 132 public boolean hasSurface() {
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.h 124 bool hasSurface() { return mNativeSurface.get(); }
CanvasContext.cpp 190 bool hasSurface = mRenderPipeline->setSurface(surface, mSwapBehavior, colorMode);
194 if (hasSurface) {
224 } else if (mIsDirty && hasSurface()) {
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 61 private boolean hasSurface;
87 hasSurface = false;
108 if (hasSurface) {
148 if (!hasSurface) {
179 if (!hasSurface) {
180 hasSurface = true;
186 hasSurface = false;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 488 boolean hasSurface() {
WindowStateAnimator.java 787 boolean hasSurface() {
789 && mSurfaceController != null && mSurfaceController.hasSurface();
    [all...]

Completed in 305 milliseconds