Searched refs:mHasSurface (Results 1 – 12 of 12) 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()
307 boolean hadSurface = mHasSurface; in updateResizingWindowIfNeeded()308 mHasSurface = true; in updateResizingWindowIfNeeded()312 mHasSurface = hadSurface; in updateResizingWindowIfNeeded()
1384 if ((! mHasSurface) && (! mWaitingForSurface)) { in guardedRun()1397 if (mHasSurface && mWaitingForSurface) { in guardedRun()1487 + " mHasSurface: " + mHasSurface in guardedRun()1627 return (!mPaused) && mHasSurface && (!mSurfaceIsBad) in readyToDraw()1679 mHasSurface = true; in surfaceCreated()1699 mHasSurface = false; in surfaceDestroyed()1828 private boolean mHasSurface; field in GLSurfaceView.GLThread
1700 private boolean mHasSurface = false; field in MediaCodec1933 mHasSurface = surface != null; in configure()1951 if (!mHasSurface) { in setOutputSurface()2628 if (mHasSurface) { in dequeueOutputBuffer()2663 if (mHasSurface) { in releaseOutputBuffer()2724 if (mHasSurface) { in releaseOutputBuffer()
485 boolean mHasSurface = false; field in WindowState1087 if (!mHasSurface || mService.mLayoutSeq != mLayoutSeq || isGoneForLayoutLw()) { in updateResizingWindowIfNeeded()1303 return mHasSurface && !isParentWindowHidden() in wouldBeVisibleIfPolicyIgnored()1347 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE)) in isVisibleOrAdding()1359 if (!mHasSurface || mDestroying || !mPolicyVisibility) { in isOnScreen()1405 return mHasSurface && mPolicyVisibility && !mDestroying in isReadyForDisplay()1461 return mHasSurface && !mDestroying && in isDrawFinishedLw()1473 return mHasSurface && !mDestroying && in isDrawnLw()1574 if (mHasSurface && !resizingWindows.contains(this)) { in onResize()1607 if (!mHasSurface) { in onUnfreezeBounds()[all …]
142 if (w.mHasSurface) {414 if (w.mHasSurface && userId == UserHandle.getUserId(w.mOwnerUid)) { in setSecureSurfaceState()861 if (w.mHasSurface && canBeSeen) { in handleNotObscuredLocked()
512 (w.mHasSurface && w.mAppToken != null &&616 if (w.mHasSurface && isDisplayed) {652 if (w.mHasSurface) {1064 if (w.mHasSurface && !rotateSeamlessly) { in updateRotationUnchecked()2925 if (!w.mHasSurface) { in screenshotApplications()
1804 if ((w != null) && w.mHasSurface) { in setTransparentRegionWindow()2242 if (!win.mHasSurface) { in createSurfaceControl()5787 " mHasSurface=" + win.mHasSurface + in checkDrawnWindowsLocked()5789 if (win.mRemoved || !win.mHasSurface || !win.mPolicyVisibility) { in checkDrawnWindowsLocked()
327 … if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused || whenToCallAgain == 0) { in threadProc()333 if (rsc->mRootScript.get() && rsc->mHasSurface && !rsc->mPaused) { in threadProc()522 mHasSurface = false; in initContext()579 mHasSurface = sur != nullptr; in setSurface()
349 bool mHasSurface; variable
783 mutable bool mHasSurface; variable
97 mHasSurface(false), in Layer()348 LOG_ALWAYS_FATAL_IF(mHasSurface, in getHandle()351 mHasSurface = true; in getHandle()