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

  /frameworks/native/services/surfaceflinger/
Layer.h 389 mutable bool mHasSurface;
  /frameworks/rs/
rsContext.h 284 bool mHasSurface;
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 296 boolean mHasSurface = false;
721 return mHasSurface && mPolicyVisibility && !mAttachedHidden
743 return mHasSurface && !mDestroying && !mExiting
757 return mHasSurface && mPolicyVisibility && !mAttachedHidden
767 return mHasSurface && mPolicyVisibility && !mAttachedHidden
787 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
799 if (!mHasSurface || !mPolicyVisibility || mDestroying) {
819 return mHasSurface && mPolicyVisibility && !mDestroying
840 return mHasSurface && !mDestroying
887 return mHasSurface && !mDestroying &
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]

Completed in 201 milliseconds