Home
last modified time | relevance | path

Searched refs:getAppBounds (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java1130 final Rect initialAppBounds = getAppBounds(TEST_ACTIVITY); in testDisplayMetricsPinUnpin()
1139 final Rect pinnedAppBounds = getAppBounds(PIP_ACTIVITY); in testDisplayMetricsPinUnpin()
1150 final Rect finalAppBounds = getAppBounds(PIP_ACTIVITY); in testDisplayMetricsPinUnpin()
1260 private Rect getAppBounds(ComponentName activityName) { in getAppBounds() method in PinnedStackTests
1264 return config.windowConfiguration.getAppBounds(); in getAppBounds()
DActivityViewTest.java146 Rect bounds = display.mFullConfiguration.windowConfiguration.getAppBounds(); in checkDisplaySize()