Searched refs:maxMetrics (Results 1 – 3 of 3) 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 57 assertTrue(maxMetrics.getBounds().width() in assertMetricsMatchesLayout() 59 assertTrue(maxMetrics.getBounds().height() in assertMetricsMatchesLayout()
|
D | WindowMetricsWindowContextTests.java | 98 final WindowMetrics maxMetrics = mWm.getMaximumWindowMetrics(); in assertWindowContextMetricsMatchesLayout() local 100 assertMetricsMatchesLayout(currentMetrics, maxMetrics, in assertWindowContextMetricsMatchesLayout()
|
D | WindowMetricsActivityTests.java | 264 final WindowMetrics maxMetrics = activity.getWindowManager().getMaximumWindowMetrics(); in assertMetricsMatchesLayout() local 275 WindowMetricsTestHelper.assertMetricsMatchesLayout(currentMetrics, maxMetrics, in assertMetricsMatchesLayout()
|