Searched refs:isLetterboxEducationEnabled (Results 1 – 7 of 7) sorted by relevance
37 public boolean isLetterboxEducationEnabled; field in AppCompatTaskInfo186 && isLetterboxEducationEnabled == that.isLetterboxEducationEnabled in equalsForCompatUi()201 isLetterboxEducationEnabled = source.readBoolean(); in readFromParcel()222 dest.writeBoolean(isLetterboxEducationEnabled); in writeToParcel()243 + "isLetterboxEducationEnabled= " + isLetterboxEducationEnabled in toString()
59 val isLetterboxEducationEnabled = _letterboxStyle.getValue("Is education enabled") in <lambda>() constant60 if ("$withLetterboxEducationEnabled" != isLetterboxEducationEnabled) { in <lambda>()
675 taskInfo.appCompatTaskInfo.isLetterboxEducationEnabled = false; in testLetterboxEduLayout_notCreatedWhenLetterboxEducationIsDisabled()709 taskInfo.appCompatTaskInfo.isLetterboxEducationEnabled = true; in createTaskInfo()
272 if (taskInfo.appCompatTaskInfo.isLetterboxEducationEnabled) { in onCompatInfoChanged()
968 boolean isLetterboxEducationEnabled() { in isLetterboxEducationEnabled() method in LetterboxUiController
3459 appCompatTaskInfo.isLetterboxEducationEnabled = top != null3460 && top.mLetterboxUiController.isLetterboxEducationEnabled();
1669 mController.isLetterboxEducationEnabled(); in testIsLetterboxEducationEnabled()