Home
last modified time | relevance | path

Searched refs:mHasSurface (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootWindowContainerTests.java53 toastyToast.mHasSurface = true; in testIsAnyNonToastWindowVisibleForUid_oneToastOneAppStartOneNonToastBothVisible()
54 app.mHasSurface = true; in testIsAnyNonToastWindowVisibleForUid_oneToastOneAppStartOneNonToastBothVisible()
55 appStart.mHasSurface = true; in testIsAnyNonToastWindowVisibleForUid_oneToastOneAppStartOneNonToastBothVisible()
66 toastyToast.mHasSurface = true; in testIsAnyNonToastWindowVisibleForUid_onlyToastVisible()
76 appStart.mHasSurface = true; in testIsAnyNonToastWindowVisibleForUid_onlyAppStartingVisible()
DWindowTestUtils.java198 boolean hadSurface = mHasSurface; in updateResizingWindowIfNeeded()
199 mHasSurface = true; in updateResizingWindowIfNeeded()
203 mHasSurface = hadSurface; in updateResizingWindowIfNeeded()
DWindowStateTests.java369 topBar.mHasSurface = true; in testVisibleWithInsetsProvider()
423 app.mHasSurface = true; in testSeamlesslyRotateWindow()
448 app.mHasSurface = false; in testSeamlesslyRotateWindow()
483 window.mHasSurface = true; in testVisibilityChangeSwitchUser()
511 win1.mHasSurface = true; in testGetTransformationMatrix()
DDisplayPolicyTests.java99 win.mHasSurface = visible; in createInputMethodWindow()
273 win.mHasSurface = true; in createApplicationWindow()
DInsetsSourceProviderTest.java58 topBar.mHasSurface = true; in testPostLayout()
DDragDropControllerTests.java108 window.mHasSurface = true; in createDropTargetWindow()
DDisplayPolicyTestsBase.java106 win.mHasSurface = true; in addWindow()
DDisplayContentTests.java530 keyguard.mHasSurface = true; in testOrientationDefinedByKeyguard()
559 window.mHasSurface = true; in testOrientationForAspectRatio()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSurfaceHolderTarget.java44 private boolean mHasSurface = false; field in SurfaceHolderTarget
94 mHasSurface = false; in onDestroySurface()
121 mHasSurface = (surface != null) && surface.isValid(); in onOpen()
127 if (mHasSurface) { in onProcess()
193 mHasSurface = true; in onSurfaceCreated()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1386 if ((! mHasSurface) && (! mWaitingForSurface)) { in guardedRun()
1399 if (mHasSurface && mWaitingForSurface) { in guardedRun()
1489 + " mHasSurface: " + mHasSurface in guardedRun()
1629 return (!mPaused) && mHasSurface && (!mSurfaceIsBad) in readyToDraw()
1681 mHasSurface = true; in surfaceCreated()
1701 mHasSurface = false; in surfaceDestroyed()
1830 private boolean mHasSurface; field in GLSurfaceView.GLThread
/frameworks/base/media/java/android/media/
DMediaCodec.java1778 private boolean mHasSurface = false; field in MediaCodec
2023 mHasSurface = surface != null; in configure()
2042 if (!mHasSurface) { in setOutputSurface()
2798 if (mHasSurface) { in dequeueOutputBuffer()
2833 if (mHasSurface) { in releaseOutputBuffer()
2894 if (mHasSurface) { in releaseOutputBuffer()
/frameworks/rs/
DrsContext.cpp327 … if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused || whenToCallAgain == 0) { in threadProc()
333 if (rsc->mRootScript.get() && rsc->mHasSurface && !rsc->mPaused) { in threadProc()
521 mHasSurface = false; in initContext()
578 mHasSurface = sur != nullptr; in setSurface()
DrsContext.h349 bool mHasSurface; variable
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java518 boolean mHasSurface = false; field in WindowState
1258 if (!mHasSurface || getDisplayContent().mLayoutSeq != mLayoutSeq || isGoneForLayoutLw()) { in updateResizingWindowIfNeeded()
1517 return mHasSurface && !isParentWindowHidden() in wouldBeVisibleIfPolicyIgnored()
1561 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE)) in isVisibleOrAdding()
1573 if (!mHasSurface || mDestroying || !isVisibleByPolicy()) { in isOnScreen()
1615 return mHasSurface && isVisibleByPolicy() && !mDestroying in isReadyForDisplay()
1674 return mHasSurface && !mDestroying && in isDrawFinishedLw()
1686 return mHasSurface && !mDestroying && in isDrawnLw()
1778 if (mHasSurface && !isGoneForLayoutLw() && !resizingWindows.contains(this)) { in onResize()
1795 if (!mHasSurface) { in onUnfreezeBounds()
[all …]
DRootWindowContainer.java140 if (w.mHasSurface) {
430 if (w.mHasSurface && userId == UserHandle.getUserId(w.mOwnerUid)) { in setSecureSurfaceState()
875 + ", w.mHasSurface: " + w.mHasSurface in handleNotObscuredLocked()
880 if (w.mHasSurface && onScreen) { in handleNotObscuredLocked()
888 if (w.mHasSurface && canBeSeen) { in handleNotObscuredLocked()
DDisplayContent.java808 if (w.mHasSurface && isDisplayed) {
842 if (w.mHasSurface) {
1521 if (w.mHasSurface && !rotateSeamlessly) { in applyRotationLocked()
DWindowManagerService.java1896 if ((w != null) && w.mHasSurface) { in setTransparentRegionWindow()
2374 if (!win.mHasSurface) { in createSurfaceControl()
5355 " mHasSurface=" + win.mHasSurface + in checkDrawnWindowsLocked()
5357 if (win.mRemoved || !win.mHasSurface || !win.isVisibleByPolicy()) { in checkDrawnWindowsLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt36976 Landroid/media/MediaCodec;->mHasSurface:Z
48407 Landroid/opengl/GLSurfaceView$GLThread;->mHasSurface:Z