Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java2766 final Rect resolvedAppBounds = resolvedConfig.windowConfiguration.getAppBounds(); in inSizeCompatMode() local
2767 if (resolvedAppBounds == null) { in inSizeCompatMode()
2781 final int appWidth = resolvedAppBounds.width(); in inSizeCompatMode()
2782 final int appHeight = resolvedAppBounds.height(); in inSizeCompatMode()
2987 final Rect resolvedAppBounds = resolvedConfig.windowConfiguration.getAppBounds(); in resolveSizeCompatModeConfiguration() local
2990 resolvedBounds.right -= resolvedAppBounds.left; in resolveSizeCompatModeConfiguration()