Searched refs:readAppBounds (Results 1 – 1 of 1) sorted by relevance
1199 final Rect initialAppBounds = readAppBounds(TEST_ACTIVITY, logSeparator); in testDisplayMetricsPinUnpin()1209 final Rect pinnedAppBounds = readAppBounds(PIP_ACTIVITY, logSeparator); in testDisplayMetricsPinUnpin()1221 final Rect finalAppBounds = readAppBounds(PIP_ACTIVITY, logSeparator); in testDisplayMetricsPinUnpin()1340 private Rect readAppBounds(ComponentName activityName, LogSeparator logSeparator) { in readAppBounds() method in ActivityManagerPinnedStackTests