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.h405 mutable bool mHasSurface; member in class:android::Layer
/frameworks/rs/
H A DrsContext.h297 bool mHasSurface; member in class:android::renderscript::Context
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1360 if ((! mHasSurface) && (! mWaitingForSurface)) {
1373 if (mHasSurface && mWaitingForSurface) {
1449 + " mHasSurface: " + mHasSurface
1570 return (!mPaused) && mHasSurface && (!mSurfaceIsBad)
1603 mHasSurface = true;
1623 mHasSurface = false;
1742 private boolean mHasSurface; field in class:GLSurfaceView.GLThread
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java336 boolean mHasSurface = false; field in class:WindowState
859 return mHasSurface && mPolicyVisibility && !mAttachedHidden
881 return mHasSurface && !mDestroying && !mExiting
895 return mHasSurface && mPolicyVisibility && !mAttachedHidden
905 return mHasSurface && mPolicyVisibility && !mAttachedHidden
926 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
946 if (!mHasSurface || mDestroying) {
966 return mHasSurface && mPolicyVisibility && !mDestroying
987 return mHasSurface && !mDestroying
1035 return mHasSurface
[all...]

Completed in 112 milliseconds