Searched refs:letterboxWidth (Results 1 – 2 of 2) sorted by relevance
236 final int letterboxWidth = taskInfo.appCompatTaskInfo.topActivityLetterboxWidth; in shouldShowSizeCompatRestartButton() local242 if (appWidth > letterboxWidth && appHeight > letterboxHeight) { in shouldShowSizeCompatRestartButton()248 && appWidth == letterboxWidth) { in shouldShowSizeCompatRestartButton()252 final int letterboxArea = letterboxWidth * letterboxHeight; in shouldShowSizeCompatRestartButton()
237 final int letterboxWidth = taskInfo.topActivityLetterboxWidth; in shouldShowUserAspectRatioSettingsButton() local240 if (stableBounds.height() <= letterboxHeight && stableBounds.width() <= letterboxWidth in shouldShowUserAspectRatioSettingsButton()