Home
last modified time | relevance | path

Searched refs:isLetterboxEducationEnabled (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DAppCompatTaskInfo.java37 public boolean isLetterboxEducationEnabled; field in AppCompatTaskInfo
186 && isLetterboxEducationEnabled == that.isLetterboxEducationEnabled in equalsForCompatUi()
201 isLetterboxEducationEnabled = source.readBoolean(); in readFromParcel()
222 dest.writeBoolean(isLetterboxEducationEnabled); in writeToParcel()
243 + "isLetterboxEducationEnabled= " + isLetterboxEducationEnabled in toString()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/
DLetterboxRule.kt59 val isLetterboxEducationEnabled = _letterboxStyle.getValue("Is education enabled") in <lambda>() constant
60 if ("$withLetterboxEducationEnabled" != isLetterboxEducationEnabled) { in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DCompatUIControllerTest.java675 taskInfo.appCompatTaskInfo.isLetterboxEducationEnabled = false; in testLetterboxEduLayout_notCreatedWhenLetterboxEducationIsDisabled()
709 taskInfo.appCompatTaskInfo.isLetterboxEducationEnabled = true; in createTaskInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java272 if (taskInfo.appCompatTaskInfo.isLetterboxEducationEnabled) { in onCompatInfoChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java968 boolean isLetterboxEducationEnabled() { in isLetterboxEducationEnabled() method in LetterboxUiController
DTask.java3459 appCompatTaskInfo.isLetterboxEducationEnabled = top != null
3460 && top.mLetterboxUiController.isLetterboxEducationEnabled();
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxUiControllerTest.java1669 mController.isLetterboxEducationEnabled(); in testIsLetterboxEducationEnabled()