Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppCompatTaskInfo.java97 public int topActivityLetterboxHeight; field in AppCompatTaskInfo
149 return topActivityLetterboxWidth < topActivityLetterboxHeight; in isTopActivityPillarboxed()
165 && topActivityLetterboxHeight == that.topActivityLetterboxHeight in equalsForTaskOrganizer()
191 && topActivityLetterboxHeight == that.topActivityLetterboxHeight in equalsForCompatUi()
211 topActivityLetterboxHeight = source.readInt(); in readFromParcel()
232 dest.writeInt(topActivityLetterboxHeight); in writeToParcel()
253 + " topActivityLetterboxHeight=" + topActivityLetterboxHeight in toString()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeUtils.kt78 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight in calculateInitialBounds()
143 val appLetterboxHeight = taskInfo.appCompatTaskInfo.topActivityLetterboxHeight in calculateAspectRatio()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DCompatUIWindowManagerTest.java170 mTaskInfo.appCompatTaskInfo.topActivityLetterboxHeight = TASK_HEIGHT; in testCreateSizeCompatButton()
343 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = TASK_HEIGHT; in testUpdateCompatInfoLayoutNotInflatedYet()
518 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = TASK_HEIGHT; in testShouldShowSizeCompatRestartButton()
542 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = 1900; in testShouldShowSizeCompatRestartButton()
555 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = 1000; in createTaskInfo()
DUserAspectRatioSettingsWindowManagerTest.java278 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = stableHeight; in testEligibleButtonHiddenIfLetterboxBoundsEqualToStableBounds()
286 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = stableHeight - 100; in testEligibleButtonHiddenIfLetterboxBoundsEqualToStableBounds()
303 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = stableBounds.height(); in testUserFullscreenOverrideEnabled_buttonAlwaysShown()
DCompatUILayoutTest.java227 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = 1000; in createTaskInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DReachabilityEduWindowManager.java98 mTopActivityLetterboxHeight = appCompatTaskInfo.topActivityLetterboxHeight; in ReachabilityEduWindowManager()
155 mTopActivityLetterboxHeight = appCompatTaskInfo.topActivityLetterboxHeight; in updateCompatInfo()
DUserAspectRatioSettingsWindowManager.java236 final int letterboxHeight = taskInfo.topActivityLetterboxHeight; in shouldShowUserAspectRatioSettingsButton()
DCompatUIWindowManager.java237 final int letterboxHeight = taskInfo.appCompatTaskInfo.topActivityLetterboxHeight; in shouldShowSizeCompatRestartButton()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopTasksControllerTest.kt1653 appCompatTaskInfo.topActivityLetterboxHeight = 1600 in <lambda>()
1659 appCompatTaskInfo.topActivityLetterboxHeight = 1200 in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java3478 appCompatTaskInfo.topActivityLetterboxHeight = TaskInfo.PROPERTY_VALUE_UNSET;
3487 appCompatTaskInfo.topActivityLetterboxHeight = top.getBounds().height();