Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskRecordTests.java348 final Rect parentAppBounds = new Rect(0, 0, 250, 480); in testComputeConfigResourceOverrides() local
350 parentConfig.windowConfiguration.setAppBounds(parentAppBounds); in testComputeConfigResourceOverrides()
361 assertEquals(parentAppBounds, inOutConfig.windowConfiguration.getAppBounds()); in testComputeConfigResourceOverrides()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java6361 final Rect parentAppBounds = parentConfig.windowConfiguration.getAppBounds(); in inSizeCompatMode() local
6364 final int parentAppWidth = parentAppBounds.width(); in inSizeCompatMode()
6365 final int parentAppHeight = parentAppBounds.height(); in inSizeCompatMode()
6541 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveFullscreenConfiguration() local
6547 applyAspectRatio(mTmpBounds, parentAppBounds, parentBounds); in resolveFullscreenConfiguration()
6554 resolvedBounds.left = parentAppBounds.left; in resolveFullscreenConfiguration()
6565 parentAppBounds.width(), resolvedBounds.width()); in resolveFullscreenConfiguration()
6654 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveSizeCompatModeConfiguration() local
6658 final int viewportW = parentAppBounds.width(); in resolveSizeCompatModeConfiguration()
6659 final int viewportH = parentAppBounds.height(); in resolveSizeCompatModeConfiguration()
[all …]