Searched refs:getAppBounds (Results 1 – 6 of 6) sorted by relevance
304 final Rect appBounds = getAppBounds(a); in testDisplayCutout_shortEdges()452 final Rect appBounds = getAppBounds(activity); in assertCutoutsAreConsistentWithInsets()499 final Rect appBounds = getAppBounds(activity); in assertOnlyShortEdgeHasInsets()518 final Rect appBounds = getAppBounds(activity); in assertOnlyShortEdgeHasBounds()613 private Rect getAppBounds(TestActivity a) { in getAppBounds() method in DisplayCutoutTests
192 activity.getResources().getConfiguration().windowConfiguration.getAppBounds()); in testOptOutEdgeToEdgeAppBounds()
1558 final Rect initialAppBounds = getAppBounds(PIP_ACTIVITY); in testDisplayMetricsPinUnpin()1567 final Rect pinnedAppBounds = getAppBounds(PIP_ACTIVITY); in testDisplayMetricsPinUnpin()1578 final Rect finalAppBounds = getAppBounds(PIP_ACTIVITY); in testDisplayMetricsPinUnpin()1843 private Rect getAppBounds(ComponentName activityName) { in getAppBounds() method in PinnedStackTests1847 return config.windowConfiguration.getAppBounds(); in getAppBounds()
1889 public Rect getAppBounds() {1890 return mFullConfiguration.windowConfiguration.getAppBounds();2082 public Rect getAppBounds() {2083 return mFullConfiguration.windowConfiguration.getAppBounds();
1224 windowAppWidth = config.windowConfiguration.getAppBounds().width();1225 windowAppHeight = config.windowConfiguration.getAppBounds().height();
537 method @Nullable public android.graphics.Rect getAppBounds();