Home
last modified time | relevance | path

Searched refs:ID_NAVIGATION_BAR (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsStateControllerTest.java69 private static final int ID_NAVIGATION_BAR = field in InsetsStateControllerTest
87 getController().getOrCreateSourceProvider(ID_NAVIGATION_BAR, navigationBars()) in testStripForDispatch_navBar()
109 assertNull(app.getInsetsState().peekSource(ID_NAVIGATION_BAR)); in testStripForDispatch_pip()
126 assertNull(app.getInsetsState().peekSource(ID_NAVIGATION_BAR)); in testStripForDispatch_freeform()
143 assertNull(app.getInsetsState().peekSource(ID_NAVIGATION_BAR)); in testStripForDispatch_multiwindow_alwaysOnTop()
414 assertNull(app.mAboveInsetsState.peekSource(ID_NAVIGATION_BAR)); in testUpdateAboveInsetsState_receiveInsets()
419 assertNotNull(app.mAboveInsetsState.peekSource(ID_NAVIGATION_BAR)); in testUpdateAboveInsetsState_receiveInsets()
456 assertNotNull(ime.mAboveInsetsState.peekSource(ID_NAVIGATION_BAR)); in testUpdateAboveInsetsState_zOrderChanged()
466 assertNull(ime.mAboveInsetsState.peekSource(ID_NAVIGATION_BAR)); in testUpdateAboveInsetsState_zOrderChanged()
519 assertNull(app.getInsetsState().peekSource(ID_NAVIGATION_BAR)); in testDispatchGlobalInsets()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsAnimationControlImplTest.java71 private static final int ID_NAVIGATION_BAR = InsetsSource.createId( field in InsetsAnimationControlImplTest
97 mInsetsState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in setup()
107 InsetsSourceConsumer navConsumer = new InsetsSourceConsumer(ID_NAVIGATION_BAR, in setup()
111 new InsetsSourceControl(ID_NAVIGATION_BAR, WindowInsets.Type.navigationBars(), in setup()
119 controls.put(ID_NAVIGATION_BAR, navConsumer.getControl()); in setup()
H A DWindowLayoutTests.java68 private static final int ID_NAVIGATION_BAR = InsetsSource.createId( field in WindowLayoutTests
91 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()).setFrame( in setUp()
268 mState.setSourceVisible(ID_NAVIGATION_BAR, false); in fitInvisibleInsets()
279 mState.setSourceVisible(ID_NAVIGATION_BAR, false); in fitInvisibleInsetsIgnoringVisibility()
365 mState.setSourceVisible(ID_NAVIGATION_BAR, false); in layoutInDisplayCutoutModeDefaultWithInvisibleSystemBars()
H A DInsetsStateTest.java81 private static final int ID_NAVIGATION_BAR = InsetsSource.createId( field in InsetsStateTest
117 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateInsets_imeAndNav()
139 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateInsets_navRightStatusTop()
285 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateInsets_navigationRightClimateTop()
333 state2.addSource(new InsetsSource(ID_NAVIGATION_BAR, navigationBars())); in testEquals()
512 mState2.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCopy()
583 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateUncontrollableInsets()
H A DInsetsControllerTest.java103 private static final int ID_NAVIGATION_BAR = InsetsSource.createId( field in InsetsControllerTest
160 mNavSource = new InsetsSource(ID_NAVIGATION_BAR, navigationBars()); in setup()
950 final InsetsSourceControl navBar = createControl(ID_NAVIGATION_BAR, navigationBars()); in prepareControls()