Searched refs:mHasSurface (Results 1 – 13 of 13) sorted by relevance
44 private boolean mHasSurface = false; field in SurfaceHolderTarget94 mHasSurface = false; in onDestroySurface()121 mHasSurface = (surface != null) && surface.isValid(); in onOpen()127 if (mHasSurface) { in onProcess()193 mHasSurface = true; in onSurfaceCreated()
1372 if ((! mHasSurface) && (! mWaitingForSurface)) { in guardedRun()1385 if (mHasSurface && mWaitingForSurface) { in guardedRun()1464 + " mHasSurface: " + mHasSurface in guardedRun()1600 return (!mPaused) && mHasSurface && (!mSurfaceIsBad) in readyToDraw()1660 mHasSurface = true; in surfaceCreated()1680 mHasSurface = false; in surfaceDestroyed()1809 private boolean mHasSurface; field in GLSurfaceView.GLThread
1690 private boolean mHasSurface = false; field in MediaCodec1882 mHasSurface = surface != null; in configure()1900 if (!mHasSurface) { in setOutputSurface()2576 if (mHasSurface) { in dequeueOutputBuffer()2611 if (mHasSurface) { in releaseOutputBuffer()2672 if (mHasSurface) { in releaseOutputBuffer()
439 boolean mHasSurface = false; field in WindowState1184 return mHasSurface && mPolicyVisibility && !mAttachedHidden in isVisibleUnchecked()1210 return mHasSurface && !mDestroying && !mAnimatingExit in isVisibleOrBehindKeyguardLw()1250 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE)) in isVisibleOrAdding()1270 if (!mHasSurface || mDestroying) { in isOnScreenIgnoringKeyguard()1316 return mHasSurface && mPolicyVisibility && !mDestroying in isReadyForDisplay()1336 return mHasSurface && !mDestroying in isReadyForDisplayIgnoringKeyguard()1384 return mHasSurface && !mDestroying && in isDrawFinishedLw()1396 return mHasSurface && !mDestroying && in isDrawnLw()1420 return mHasSurface && (mContentChanged || mMovedByResize) in hasMoved()[all …]
670 if (w.mHasSurface) { in applySurfaceChangesTransaction()750 if (w.mHasSurface) { in applySurfaceChangesTransaction()982 (win.mHasSurface && win.mAppToken != null && in performLayoutLockedInner()1505 if (w.mHasSurface && canBeSeen) { in handleNotObscuredLocked()
2364 if (win.mHasSurface && userId == UserHandle.getUserId(win.mOwnerUid)) { in setScreenCaptureDisabled()2423 + " mHasSurface=" + win.mHasSurface in removeWindowLocked()2438 if (win.mHasSurface && okToDisplay()) { in removeWindowLocked()2699 if ((w != null) && w.mHasSurface) { in setTransparentRegionWindow()2803 if (win.mHasSurface) { in repositionChild()3133 if (!win.mHasSurface) { in createSurfaceControl()3193 if (win.mHasSurface && win.mAttachedWindow == null) { in relayoutVisibleWindow()4748 if (w.mHasSurface && !w.mOrientationChanging in unsetAppFreezingScreenLocked()5663 if (w.mHasSurface) { in closeSystemDialogs()6468 if (!ws.mHasSurface) { in screenshotApplicationsInner()[all …]
619 if (win.mHasSurface && !resizingWindows.contains(win)) { in resizeWindows()
801 if (!win.mHasSurface) { in unfreezeBounds()
391 + " hasSurface=" + win.mHasSurface in updateWindowsLocked()
333 if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused) { in threadProc()352 if ((rsc->mRootScript.get() != nullptr) && rsc->mHasSurface && in threadProc()554 mHasSurface = false; in initContext()617 mHasSurface = sur != nullptr; in setSurface()
356 bool mHasSurface; variable
609 mutable bool mHasSurface; variable
92 mHasSurface(false), in Layer()336 LOG_ALWAYS_FATAL_IF(mHasSurface, in getHandle()339 mHasSurface = true; in getHandle()