Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIWindowManager.java236 final int letterboxWidth = taskInfo.appCompatTaskInfo.topActivityLetterboxWidth; in shouldShowSizeCompatRestartButton() local
242 if (appWidth > letterboxWidth && appHeight > letterboxHeight) { in shouldShowSizeCompatRestartButton()
248 && appWidth == letterboxWidth) { in shouldShowSizeCompatRestartButton()
252 final int letterboxArea = letterboxWidth * letterboxHeight; in shouldShowSizeCompatRestartButton()
DUserAspectRatioSettingsWindowManager.java237 final int letterboxWidth = taskInfo.topActivityLetterboxWidth; in shouldShowUserAspectRatioSettingsButton() local
240 if (stableBounds.height() <= letterboxHeight && stableBounds.width() <= letterboxWidth in shouldShowUserAspectRatioSettingsButton()