Searched refs:ID_NAVIGATION_BAR (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsStateControllerTest.java | 69 private static final int ID_NAVIGATION_BAR = field in InsetsStateControllerTest 87 getController().getOrCreateSourceProvider(ID_NAVIGATION_BAR, navigationBars()) in testStripForDispatch_navBar() 104 getController().getOrCreateSourceProvider(ID_NAVIGATION_BAR, navigationBars()) in testStripForDispatch_pip() 109 assertNull(app.getInsetsState().peekSource(ID_NAVIGATION_BAR)); in testStripForDispatch_pip() 121 getController().getOrCreateSourceProvider(ID_NAVIGATION_BAR, navigationBars()) in testStripForDispatch_freeform() 126 assertNull(app.getInsetsState().peekSource(ID_NAVIGATION_BAR)); in testStripForDispatch_freeform() 137 getController().getOrCreateSourceProvider(ID_NAVIGATION_BAR, navigationBars()) in testStripForDispatch_multiwindow_alwaysOnTop() 143 assertNull(app.getInsetsState().peekSource(ID_NAVIGATION_BAR)); in testStripForDispatch_multiwindow_alwaysOnTop() 320 getController().getOrCreateSourceProvider(ID_NAVIGATION_BAR, navigationBars()) in testBarControllingWinChanged() 421 getController().getOrCreateSourceProvider(ID_NAVIGATION_BAR, navigationBars()) in testUpdateAboveInsetsState_receiveInsets() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 71 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()
|
D | WindowLayoutTests.java | 68 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()
|
D | InsetsStateTest.java | 83 private static final int ID_NAVIGATION_BAR = InsetsSource.createId( field in InsetsStateTest 121 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateInsets_imeAndNav() 143 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateInsets_navRightStatusTop() 289 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateInsets_navigationRightClimateTop() 337 state2.addSource(new InsetsSource(ID_NAVIGATION_BAR, navigationBars())); in testEquals() 542 mState2.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCopy() 613 mState.getOrCreateSource(ID_NAVIGATION_BAR, navigationBars()) in testCalculateUncontrollableInsets()
|
D | InsetsControllerTest.java | 106 private static final int ID_NAVIGATION_BAR = InsetsSource.createId( field in InsetsControllerTest 163 mNavSource = new InsetsSource(ID_NAVIGATION_BAR, navigationBars()); in setup() 678 final int id = ID_NAVIGATION_BAR; in testResizeAnimation_withFlagAnimateResizing() 1073 final InsetsSourceControl navBar = createControl(ID_NAVIGATION_BAR, navigationBars()); in prepareControls()
|