Searched refs:insetsType (Results 1 – 2 of 2) sorted by relevance
75 final int insetsType = statusBars() | navigationBars() | displayCutout(); in assertMetricsMatchesLayout() local76 assertEquals(layoutInsets.getInsets(insetsType), in assertMetricsMatchesLayout()77 currentMetrics.getWindowInsets().getInsets(insetsType)); in assertMetricsMatchesLayout()
490 private void testSysUiVisCallbackCausedByInsets(int insetsType, int sysUiFlag, View target, in testSysUiVisCallbackCausedByInsets() argument493 if (target.getRootWindowInsets().isVisible(insetsType)) { in testSysUiVisCallbackCausedByInsets()497 () -> target.getWindowInsetsController().hide(insetsType)); in testSysUiVisCallbackCausedByInsets()501 () -> target.getWindowInsetsController().show(insetsType)); in testSysUiVisCallbackCausedByInsets()