Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsActivityTests.java71 activity.mOnCreateMaximumMetrics, listener.getLayoutBounds(), in testMetricsMatchesLayoutOnActivityOnCreate()
267 () -> currentMetrics.getBounds().equals(listener.getLayoutBounds())) in assertMetricsMatchesLayout()
270 + "bounds is" + listener.getLayoutBounds() + ", while current window" in assertMetricsMatchesLayout()
276 listener.getLayoutBounds(), listener.getLayoutInsets(), isFreeForm); in assertMetricsMatchesLayout()
DWindowMetricsWindowContextTests.java101 mListener.getLayoutBounds(), mListener.getLayoutInsets()); in assertWindowContextMetricsMatchesLayout()
DWindowMetricsTestHelper.java186 public Rect getLayoutBounds() { in getLayoutBounds() method in WindowMetricsTestHelper.OnLayoutChangeListener