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.java2768 final Rect resolvedAppBounds = resolvedConfig.windowConfiguration.getAppBounds(); in inSizeCompatMode() local
2769 if (resolvedAppBounds == null) { in inSizeCompatMode()
2783 final int appWidth = resolvedAppBounds.width(); in inSizeCompatMode()
2784 final int appHeight = resolvedAppBounds.height(); in inSizeCompatMode()
2989 final Rect resolvedAppBounds = resolvedConfig.windowConfiguration.getAppBounds(); in resolveSizeCompatModeConfiguration() local
2992 resolvedBounds.right -= resolvedAppBounds.left; in resolveSizeCompatModeConfiguration()