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

/frameworks/native/services/surfaceflinger/
H A DLayerBase.h347 mutable bool mHasSurface; member in class:android::LayerBaseClient
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.h186 bool mHasSurface; member in class:android::renderscript::Context
/frameworks/rs/
H A DrsContext.h256 bool mHasSurface; member in class:android::renderscript::Context
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java257 boolean mHasSurface = false; field in class:WindowState
659 return mHasSurface && mPolicyVisibility && !mAttachedHidden
681 return mHasSurface && !mDestroying && !mExiting
695 return mHasSurface && mPolicyVisibility && !mAttachedHidden
705 return mHasSurface && mPolicyVisibility && !mAttachedHidden
725 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
737 if (!mHasSurface || !mPolicyVisibility || mDestroying) {
757 return mHasSurface && mPolicyVisibility && !mDestroying
779 return mHasSurface && !mDestroying
826 return mHasSurface
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1361 if ((! mHasSurface) && (! mWaitingForSurface)) {
1374 if (mHasSurface && mWaitingForSurface) {
1449 + " mHasSurface: " + mHasSurface
1564 return (!mPaused) && mHasSurface && (!mSurfaceIsBad)
1597 mHasSurface = true;
1614 mHasSurface = false;
1733 private boolean mHasSurface; field in class:GLSurfaceView.GLThread

Completed in 54 milliseconds