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

/frameworks/native/services/surfaceflinger/
H A DLayerBase.h335 mutable bool mHasSurface; member in class:android::LayerBaseClient
/frameworks/rs/
H A DrsContext.h254 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) {
1449 + " mHasSurface: " + mHasSurface
1564 return (!mPaused) && mHasSurface && (!mSurfaceIsBad)
1597 mHasSurface = true;
1614 mHasSurface = false;
1733 private boolean mHasSurface; field in class:GLSurfaceView.GLThread
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java252 boolean mHasSurface = false; field in class:WindowState
617 return mHasSurface && mPolicyVisibility && !mAttachedHidden
638 return mHasSurface && !mDestroying && !mExiting
652 return mHasSurface && mPolicyVisibility && !mAttachedHidden
662 return mHasSurface && mPolicyVisibility && !mAttachedHidden
682 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
694 if (!mHasSurface || !mPolicyVisibility || mDestroying) {
714 return mHasSurface && mPolicyVisibility && !mDestroying
736 return mHasSurface && !mDestroying
779 return mHasSurface
[all...]

Completed in 529 milliseconds