Searched refs:layoutBounds (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 52 assertEquals(layoutBounds, currentMetrics.getBounds()); in assertMetricsMatchesLayout()
|