Home
last modified time | relevance | path

Searched refs:systemBars (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java193 int types = Type.sideBars() | Type.systemBars(); in testShowHideSelectively()
219 int types = Type.sideBars() | Type.systemBars(); in testShowHideSingle()
261 mController.show(Type.systemBars()); in testShowHideMultiple()
268 mController.hide(Type.systemBars()); in testShowHideMultiple()
274 int types = Type.sideBars() | Type.systemBars(); in testShowHideMultiple()
283 mController.hide(Type.systemBars()); in testShowHideMultiple()
300 int types = Type.sideBars() | Type.systemBars(); in testShowMultipleHideOneByOne()
309 mController.hide(Type.systemBars()); in testShowMultipleHideOneByOne()
DInsetsAnimationControlImplTest.java23 import static android.view.WindowInsets.Type.systemBars;
119 new Rect(0, 0, 500, 500), mInsetsState, mMockListener, systemBars(), in setup()
128 assertEquals(systemBars(), mController.getTypes()); in testGetters()
DInsetsStateTest.java95 assertEquals(Insets.of(0, 0, 0, 100), insets.getMaxInsets(Type.systemBars())); in testCalculateInsets_imeAndNav()
/frameworks/base/core/java/android/view/
DWindowInsets.java1265 public static @InsetType int systemBars() { in systemBars() method in WindowInsets.Type