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()
1376 if ((! mHasSurface) && (! mWaitingForSurface)) { in guardedRun()1389 if (mHasSurface && mWaitingForSurface) { in guardedRun()1468 + " mHasSurface: " + mHasSurface in guardedRun()1605 return (!mPaused) && mHasSurface && (!mSurfaceIsBad) in readyToDraw()1665 mHasSurface = true; in surfaceCreated()1685 mHasSurface = false; in surfaceDestroyed()1814 private boolean mHasSurface; field in GLSurfaceView.GLThread
1688 private boolean mHasSurface = false; field in MediaCodec1880 mHasSurface = surface != null; in configure()1898 if (!mHasSurface) { in setOutputSurface()2574 if (mHasSurface) { in dequeueOutputBuffer()2609 if (mHasSurface) { in releaseOutputBuffer()2670 if (mHasSurface) { in releaseOutputBuffer()
429 boolean mHasSurface = false; field in WindowState1163 return mHasSurface && mPolicyVisibility && !mAttachedHidden in isVisibleUnchecked()1189 return mHasSurface && !mDestroying && !mAnimatingExit in isVisibleOrBehindKeyguardLw()1229 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE)) in isVisibleOrAdding()1249 if (!mHasSurface || mDestroying) { in isOnScreenIgnoringKeyguard()1294 return mHasSurface && mPolicyVisibility && !mDestroying in isReadyForDisplay()1314 return mHasSurface && !mDestroying in isReadyForDisplayIgnoringKeyguard()1361 return mHasSurface && !mDestroying && in isDrawFinishedLw()1373 return mHasSurface && !mDestroying && in isDrawnLw()1397 return mHasSurface && (mContentChanged || mMovedByResize) in hasMoved()[all …]
666 if (w.mHasSurface) { in applySurfaceChangesTransaction()744 if (w.mHasSurface) { in applySurfaceChangesTransaction()980 (win.mHasSurface && win.mAppToken != null && in performLayoutLockedInner()1480 if (w.mHasSurface) { in handleNotObscuredLocked()
2273 if (win.mHasSurface && userId == UserHandle.getUserId(win.mOwnerUid)) { in setScreenCaptureDisabled()2332 + " mHasSurface=" + win.mHasSurface in removeWindowLocked()2347 if (win.mHasSurface && okToDisplay()) { in removeWindowLocked()2608 if ((w != null) && w.mHasSurface) { in setTransparentRegionWindow()2712 if (win.mHasSurface) { in repositionChild()3029 if (!win.mHasSurface) { in createSurfaceControl()3085 if (win.mHasSurface && win.mAttachedWindow == null) { in relayoutVisibleWindow()4592 if (w.mHasSurface && !w.mOrientationChanging in unsetAppFreezingScreenLocked()5488 if (w.mHasSurface) { in closeSystemDialogs()6258 if (!ws.mHasSurface) { in screenshotApplicationsInner()[all …]
618 if (win.mHasSurface && !resizingWindows.contains(win)) { in resizeWindows()
714 if (!win.mHasSurface) { in unfreezeBounds()
353 + " 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()552 mHasSurface = false; in initContext()615 mHasSurface = sur != nullptr; in setSurface()
357 bool mHasSurface; variable
585 mutable bool mHasSurface; variable
90 mHasSurface(false), in Layer()333 LOG_ALWAYS_FATAL_IF(mHasSurface, in getHandle()336 mHasSurface = true; in getHandle()