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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSurfaceHolderTarget.java44 private boolean mHasSurface = false; field in class:SurfaceHolderTarget
94 mHasSurface = false;
121 mHasSurface = (surface != null) && surface.isValid();
127 if (mHasSurface) {
193 mHasSurface = true;
/frameworks/native/services/surfaceflinger/
H A DLayer.h373 mutable bool mHasSurface; member in class:android::Layer
/frameworks/rs/
H A DrsContext.h296 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.java295 boolean mHasSurface = false; field in class:WindowState
773 return mHasSurface && mPolicyVisibility && !mAttachedHidden
795 return mHasSurface && !mDestroying && !mExiting
809 return mHasSurface && mPolicyVisibility && !mAttachedHidden
819 return mHasSurface && mPolicyVisibility && !mAttachedHidden
839 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
851 if (!mHasSurface || !mPolicyVisibility || mDestroying) {
871 return mHasSurface && mPolicyVisibility && !mDestroying
892 return mHasSurface && !mDestroying
940 return mHasSurface
[all...]

Completed in 203 milliseconds