Searched refs:applyInset (Results 1 – 1 of 1) sorted by relevance
528 assertEquals(applyInset(insets.getSystemWindowInsets()), in testInset()530 assertEquals(applyInset(insets.getStableInsets()), insetInsets.getStableInsets()); in testInset()531 assertEquals(applyInset(insets.getSystemGestureInsets()), in testInset()533 assertEquals(applyInset(insets.getMandatorySystemGestureInsets()), in testInset()535 assertEquals(applyInset(insets.getTappableElementInsets()), in testInset()537 assertEquals(applyInset(getCutoutSafeInsets(insets)), getCutoutSafeInsets(insetInsets)); in testInset()538 assertEquals(applyInset(getCutoutSafeInsets(insets)), in testInset()580 private static Insets applyInset(Insets res) { in applyInset() method in WindowInsetsTest