Home
last modified time | relevance | path

Searched refs:mNavBarWindow (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyTests.java241 navSource.setFrame(mNavBarWindow.getFrame()); in testUpdateLightNavigationBarLw()
437 WindowManager.LayoutParams attrs = mNavBarWindow.mAttrs; in testImeMinimalSourceFrame()
438 displayPolicy.addWindowLw(mNavBarWindow, attrs); in testImeMinimalSourceFrame()
439 mNavBarWindow.setRequestedSize(attrs.width, attrs.height); in testImeMinimalSourceFrame()
440 mNavBarWindow.getControllableInsetProvider().setServerVisible(true); in testImeMinimalSourceFrame()
457 mNavBarWindow.getControllableInsetProvider().getSource().getId()); in testImeMinimalSourceFrame()
494 displayPolicy.addWindowLw(mNavBarWindow, mNavBarWindow.mAttrs); in testCanSystemBarsBeShownByUser()
500 displayPolicy.requestTransientBars(mNavBarWindow, true); in testCanSystemBarsBeShownByUser()
504 displayPolicy.requestTransientBars(mNavBarWindow, true); in testCanSystemBarsBeShownByUser()
519 displayPolicy.addWindowLw(mNavBarWindow, mNavBarWindow.mAttrs); in testTransientBarsSuppressedOnDreams()
[all …]
H A DZOrderingTests.java247 assertWindowHigher(mNavBarWindow, mImeWindow); in testAssignWindowLayers_ForImeWithNoTarget()
266 assertWindowHigher(mNavBarWindow, mImeWindow); in testAssignWindowLayers_ForImeWithAppTarget()
293 assertWindowHigher(mNavBarWindow, mImeWindow); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows()
317 assertWindowHigher(mNavBarWindow, mImeWindow); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove()
343 assertWindowHigher(mNavBarWindow, mImeWindow); in testAssignWindowLayers_ForImeNonAppImeTarget()
407 assertWindowHigher(navBarPanel, mNavBarWindow); in testAssignWindowLayers_ForSysUiPanels()
505 doReturn(mNavBarWindow).when(controller).getNavigationBarWindow(); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
529 assertZOrderGreaterThan(mTransaction, mNavBarWindow.mToken.getSurfaceControl(), in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
H A DDisplayPolicyLayoutTests.java82 spyOn(mNavBarWindow); in setUp()
94 mNavBarWindow.getWindowConfiguration().setRotation(rotation); in setRotation()
122 mDisplayPolicy.layoutWindowLw(mNavBarWindow, null, mFrames); in updateDisplayFrames()
H A DWindowTestsBase.java177 WindowState mNavBarWindow; field in WindowTestsBase
367 mNavBarWindow = createCommonWindow(null, TYPE_NAVIGATION_BAR, "mNavBarWindow"); in addCommonWindows()
368 mNavBarWindow.mAttrs.height = NAV_BAR_HEIGHT; in addCommonWindows()
369 mNavBarWindow.mAttrs.gravity = Gravity.BOTTOM; in addCommonWindows()
370 mNavBarWindow.mAttrs.paramsForRotation = new WindowManager.LayoutParams[4]; in addCommonWindows()
371 mNavBarWindow.mAttrs.setFitInsetsTypes(0); in addCommonWindows()
372 mNavBarWindow.mAttrs.layoutInDisplayCutoutMode = in addCommonWindows()
374 mNavBarWindow.mAttrs.privateFlags |= in addCommonWindows()
377 mNavBarWindow.mAttrs.providedInsets = new InsetsFrameProvider[] { in addCommonWindows()
385 mNavBarWindow.mAttrs.paramsForRotation[rot] = in addCommonWindows()
H A DDisplayPolicyTestsBase.java64 addWindow(mNavBarWindow); in setUpDisplayPolicy()
H A DDisplayContentTests.java202 mNavBarWindow)); in testForAllWindows()
231 mNavBarWindow)); in testForAllWindows_WithAppImeTarget()
249 mNavBarWindow)); in testForAllWindows_WithChildWindowImeTarget()
267 mNavBarWindow)); in testForAllWindows_WithStatusBarImeTarget()
285 mNavBarWindow)); in testForAllWindows_WithNotificationShadeImeTarget()
307 mNavBarWindow)); in testForAllWindows_WithInBetweenWindowToken()
1575 displayPolicy.addWindowLw(mNavBarWindow, mNavBarWindow.mAttrs); in testApplyTopFixedRotationTransform()
1577 makeWindowVisible(mStatusBarWindow, mNavBarWindow); in testApplyTopFixedRotationTransform()
1606 assertTrue(mNavBarWindow.isAnimating(PARENTS, ANIMATION_TYPE_TOKEN_TRANSFORM)); in testApplyTopFixedRotationTransform()
1691 mNavBarWindow.finishSeamlessRotation(t); in testApplyTopFixedRotationTransform()