Searched refs:layoutBounds (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowMetricsTestHelper.java | 47 WindowMetrics maxMetrics, Rect layoutBounds, WindowInsets layoutInsets) { in assertMetricsMatchesLayout() argument 48 assertMetricsMatchesLayout(currentMetrics, maxMetrics, layoutBounds, layoutInsets, in assertMetricsMatchesLayout() 53 WindowMetrics maxMetrics, Rect layoutBounds, WindowInsets layoutInsets, in assertMetricsMatchesLayout() argument 58 assertEquals(layoutBounds.height(), currentMetricsBounds.height()); in assertMetricsMatchesLayout() 59 assertEquals(layoutBounds.width(), currentMetricsBounds.width()); in assertMetricsMatchesLayout()
|