Home
last modified time | relevance | path

Searched refs:maxMetrics (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsTestHelper.java44 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()
DWindowMetricsWindowContextTests.java98 final WindowMetrics maxMetrics = mWm.getMaximumWindowMetrics(); in assertWindowContextMetricsMatchesLayout() local
100 assertMetricsMatchesLayout(currentMetrics, maxMetrics, in assertWindowContextMetricsMatchesLayout()
DWindowMetricsActivityTests.java265 final WindowMetrics maxMetrics = activity.getWindowManager().getMaximumWindowMetrics(); in assertMetricsMatchesLayout() local
276 WindowMetricsTestHelper.assertMetricsMatchesLayout(currentMetrics, maxMetrics, in assertMetricsMatchesLayout()