Home
last modified time | relevance | path

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

/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/services/tests/wmtests/src/com/android/server/wm/
DInsetsSourceProviderTest.java65 statusBar.mHasSurface = true; in testPostLayout()
82 ime.mHasSurface = true; in testPostLayout_givenInsets()
108 statusBar.mHasSurface = true; in testPostLayout_frameProvider()
230 statusBar.mHasSurface = true; in testInsetGeometries()
DDisplayPolicyTests.java104 win.mHasSurface = visible; in createInputMethodWindow()
260 win.mHasSurface = true; in createApplicationWindow()
271 win.mHasSurface = true; in createBaseApplicationWindow()
303 win.mHasSurface = true; in createNavigationBarWindow()
DDisplayPolicyTestsBase.java114 win.mHasSurface = true; in addWindow()
DWindowTestsBase.java434 win.mHasSurface = true; in makeWindowVisible()
1418 boolean hadSurface = mHasSurface; in updateResizingWindowIfNeeded()
1419 mHasSurface = true; in updateResizingWindowIfNeeded()
1423 mHasSurface = hadSurface; in updateResizingWindowIfNeeded()
DWindowStateTests.java434 statusBar.mHasSurface = true; in testVisibleWithInsetsProvider()
559 window.mHasSurface = true; in testVisibilityChangeSwitchUser()
653 w.mHasSurface = true; in testRequestDrawIfNeeded()
DWallpaperControllerTests.java355 appWindow.mHasSurface = true; in createWallpaperTargetWindow()
DRecentsAnimationControllerTest.java664 win1.mHasSurface = true; in testCleanupAnimation_expectExitAnimationDone()
673 assertFalse(win1.mHasSurface); in testCleanupAnimation_expectExitAnimationDone()
DDragDropControllerTests.java136 window.mHasSurface = true; in createDropTargetWindow()
DTransitionTests.java317 wallpaperWindow.mHasSurface = true; in testCreateInfo_wallpaper()
DDisplayContentTests.java619 window.mHasSurface = state != WindowStateAnimator.NO_SURFACE; in setDrawnState()
806 keyguard.mHasSurface = true; in testOrientationDefinedByKeyguard()
837 window.mHasSurface = true; in testOrientationForAspectRatio()
DRemoteAnimationControllerTest.java111 win.mHasSurface = true; in createAppOverlayWindow()
/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/services/core/java/com/android/server/wm/
DFadeRotationAnimationController.java72 if (w.mActivityRecord == null && w.mHasSurface && !w.mForceSeamlesslyRotate in FadeRotationAnimationController()
DWindowState.java624 boolean mHasSurface = false; field in WindowState
1515 if (!mHasSurface || getDisplayContent().mLayoutSeq != mLayoutSeq || isGoneForLayout()) { in updateResizingWindowIfNeeded()
1899 if (!mHasSurface || isParentWindowHidden() || mAnimatingExit || mDestroying) { in wouldBeVisibleIfPolicyIgnored()
1941 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE)) in isVisibleOrAdding()
1953 if (!mHasSurface || mDestroying || !isVisibleByPolicy()) { in isOnScreen()
2012 return mHasSurface && isVisibleByPolicy() && !mDestroying in isReadyForDisplay()
2080 return mHasSurface && !mDestroying && in isDrawFinishedLw()
2092 return mHasSurface && !mDestroying && in isDrawn()
2209 if (mHasSurface && !isGoneForLayout() && !resizingWindows.contains(this)) { in onResize()
2272 return mHasSurface && (mWindowFrames.hasContentChanged() || mMovedByResize) in hasMoved()
[all …]
DRootWindowContainer.java434 if (w.mHasSurface) {
661 if (w.mHasSurface && userId == w.mShowUserId) { in setSecureSurfaceState()
1111 w, w.mHasSurface, onScreen, w.isDisplayed(), w.mAttrs.userActivityTimeout); in handleNotObscuredLocked()
1112 if (w.mHasSurface && onScreen) { in handleNotObscuredLocked()
1119 if (w.mHasSurface && canBeSeen) { in handleNotObscuredLocked()
DDisplayContent.java901 if (w.mHasSurface && isDisplayed) {
957 if (w.mHasSurface) {
1637 return r.mLastImeShown && mInputMethodWindow != null && mInputMethodWindow.mHasSurface in mayImeShowOnLaunchingActivity()
1904 if (w.mHasSurface && !rotateSeamlessly) { in applyRotation()
DWindowManagerService.java2599 if (!win.mHasSurface) { in createSurfaceControl()
5636 win, win.mRemoved, win.isVisible(), win.mHasSurface, in checkDrawnWindowsLocked()
5638 if (win.mRemoved || !win.mHasSurface || !win.isVisibleByPolicy()) { in checkDrawnWindowsLocked()
/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/media/java/android/media/
DMediaCodec.java1871 private boolean mHasSurface = false; field in MediaCodec
2166 mHasSurface = surface != null; in configure()
2192 if (!mHasSurface) { in setOutputSurface()
3541 if (mHasSurface) { in dequeueOutputBuffer()
3637 if (mHasSurface) { in releaseOutputBufferInternal()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt29725 Landroid/media/MediaCodec;->mHasSurface:Z
37891 Landroid/opengl/GLSurfaceView$GLThread;->mHasSurface:Z