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