Searched refs:getLayoutBounds (Results 1 – 3 of 3) sorted by relevance
71 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()
101 mListener.getLayoutBounds(), mListener.getLayoutInsets()); in assertWindowContextMetricsMatchesLayout()
186 public Rect getLayoutBounds() { in getLayoutBounds() method in WindowMetricsTestHelper.OnLayoutChangeListener