Home
last modified time | relevance | path

Searched refs:insetsType (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowMetricsTestHelper.java75 final int insetsType = statusBars() | navigationBars() | displayCutout(); in assertMetricsMatchesLayout() local
76 assertEquals(layoutInsets.getInsets(insetsType), in assertMetricsMatchesLayout()
77 currentMetrics.getWindowInsets().getInsets(insetsType)); in assertMetricsMatchesLayout()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java490 private void testSysUiVisCallbackCausedByInsets(int insetsType, int sysUiFlag, View target, in testSysUiVisCallbackCausedByInsets() argument
493 if (target.getRootWindowInsets().isVisible(insetsType)) { in testSysUiVisCallbackCausedByInsets()
497 () -> target.getWindowInsetsController().hide(insetsType)); in testSysUiVisCallbackCausedByInsets()
501 () -> target.getWindowInsetsController().show(insetsType)); in testSysUiVisCallbackCausedByInsets()