Searched refs:parentAppBounds (Results 1 – 2 of 2) sorted by relevance
348 final Rect parentAppBounds = new Rect(0, 0, 250, 480); in testComputeConfigResourceOverrides() local350 parentConfig.windowConfiguration.setAppBounds(parentAppBounds); in testComputeConfigResourceOverrides()361 assertEquals(parentAppBounds, inOutConfig.windowConfiguration.getAppBounds()); in testComputeConfigResourceOverrides()
6361 final Rect parentAppBounds = parentConfig.windowConfiguration.getAppBounds(); in inSizeCompatMode() local6364 final int parentAppWidth = parentAppBounds.width(); in inSizeCompatMode()6365 final int parentAppHeight = parentAppBounds.height(); in inSizeCompatMode()6541 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveFullscreenConfiguration() local6547 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() local6658 final int viewportW = parentAppBounds.width(); in resolveSizeCompatModeConfiguration()6659 final int viewportH = parentAppBounds.height(); in resolveSizeCompatModeConfiguration()[all …]