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/window/
DWindowMetricsActivityTests.java78 listener.getLayoutBounds(), in testMetricsMatchesLayoutOnActivityOnCreate()
187 final Rect boundsBeforeResize = activity.getListener().getLayoutBounds(); in testMetricsMatchesLayoutOnFreeformActivity()
193 () -> !boundsBeforeResize.equals(activity.getListener().getLayoutBounds())) in testMetricsMatchesLayoutOnFreeformActivity()
198 final Rect boundsBeforeMove = activity.getListener().getLayoutBounds(); in testMetricsMatchesLayoutOnFreeformActivity()
205 () -> !boundsBeforeMove.equals(activity.getListener().getLayoutBounds())) in testMetricsMatchesLayoutOnFreeformActivity()
247 () -> currentMetrics.get().getBounds().equals(listener.getLayoutBounds())) in assertMetricsMatchesLayout()
250 + "bounds is " + listener.getLayoutBounds() + ", while current window" in assertMetricsMatchesLayout()
256 listener.getLayoutBounds(), listener.getLayoutInsets(), in assertMetricsMatchesLayout()
DWindowMetricsWindowContextTests.java109 mListener.getLayoutBounds(), mListener.getLayoutInsets()); in assertWindowContextMetricsMatchesLayout()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowMetricsTestHelper.java222 public Rect getLayoutBounds() { in getLayoutBounds() method in WindowMetricsTestHelper.OnLayoutChangeListener