Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCompatChangeTests.java641 private float getActivityAspectRatio(ComponentName componentName, boolean useAppBounds) { in getActivityAspectRatio() argument
644 Rect bounds = useAppBounds ? activity.getAppBounds() : activity.getBounds(); in getActivityAspectRatio()