Searched refs:layoutInsets (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowMetricsTestHelper.java | 44 WindowMetrics maxMetrics, Rect layoutBounds, WindowInsets layoutInsets) { in assertMetricsMatchesLayout() argument 45 assertMetricsMatchesLayout(currentMetrics, maxMetrics, layoutBounds, layoutInsets, in assertMetricsMatchesLayout() 50 WindowMetrics maxMetrics, Rect layoutBounds, WindowInsets layoutInsets, in assertMetricsMatchesLayout() argument 63 assertEquals(layoutInsets.getInsets(insetsType), in assertMetricsMatchesLayout() 65 assertEquals(layoutInsets.getDisplayCutout(), in assertMetricsMatchesLayout()
|