Searched refs:getCutoutSafeInsets (Results 1 – 1 of 1) sorted by relevance
99 assertEquals(getCutoutSafeInsets(insets), insets.getInsets(Type.displayCutout())); in testBuilder()182 assertEquals(getCutoutSafeInsets(insets), insets.getInsets(Type.displayCutout())); in testBuilder_producesImmutableWindowInsets()537 assertEquals(applyInset(getCutoutSafeInsets(insets)), getCutoutSafeInsets(insetInsets)); in testInset()538 assertEquals(applyInset(getCutoutSafeInsets(insets)), in testInset()587 private static Insets getCutoutSafeInsets(WindowInsets insets) { in getCutoutSafeInsets() method in WindowInsetsTest