Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppCompatTaskInfo.java182 || isLetterboxDoubleTapEnabled() || eligibleForUserAspectRatioButton() in hasCompatUI()
226 public boolean eligibleForUserAspectRatioButton() { in eligibleForUserAspectRatioButton() method in AppCompatTaskInfo
446 + " eligibleForUserAspectRatioButton= " + eligibleForUserAspectRatioButton() in toString()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DUserAspectRatioSettingsWindowManagerTest.java474 private static TaskInfo createTaskInfo(boolean eligibleForUserAspectRatioButton, in createTaskInfo() argument
479 eligibleForUserAspectRatioButton); in createTaskInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DUserAspectRatioSettingsWindowManager.java270 return taskInfo.eligibleForUserAspectRatioButton() in shouldShowUserAspectRatioSettingsButton()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppCompatUtilsTest.java331 .eligibleForUserAspectRatioButton()); in checkTaskInfoEligibleForUserAspectRatioButton()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenu.kt959 taskInfo.appCompatTaskInfo.eligibleForUserAspectRatioButton() && in <lambda>()