Searched defs:mHasSurface (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.h389 mutable bool mHasSurface; member in class:android::Layer
/frameworks/rs/
H A DrsContext.h284 bool mHasSurface; member in class:android::renderscript::Context
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1361 if ((! mHasSurface) && (! mWaitingForSurface)) {
1374 if (mHasSurface && mWaitingForSurface) {
1450 + " mHasSurface: " + mHasSurface
1571 return (!mPaused) && mHasSurface && (!mSurfaceIsBad)
1604 mHasSurface = true;
1624 mHasSurface = false;
1743 private boolean mHasSurface; field in class:GLSurfaceView.GLThread
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java296 boolean mHasSurface = false; field in class:WindowState
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
[all...]

Completed in 508 milliseconds