Searched defs:mHasSurface (Results 1 - 5 of 5) sorted by last modified time

/frameworks/rs/
H A DrsContext.h297 bool mHasSurface; member in class:android::renderscript::Context
/frameworks/native/services/surfaceflinger/
H A DLayer.h401 mutable bool mHasSurface; member in class:android::Layer
/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.java315 boolean mHasSurface = false; field in class:WindowState
839 return mHasSurface && mPolicyVisibility && !mAttachedHidden
861 return mHasSurface && !mDestroying && !mExiting
875 return mHasSurface && mPolicyVisibility && !mAttachedHidden
885 return mHasSurface && mPolicyVisibility && !mAttachedHidden
905 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
917 if (!mHasSurface || !mPolicyVisibility || mDestroying) {
937 return mHasSurface && mPolicyVisibility && !mDestroying
958 return mHasSurface && !mDestroying
1006 return mHasSurface
[all...]
/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;

Completed in 635 milliseconds