Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppCompatTaskInfo.java32 public boolean topActivityEligibleForLetterboxEducation; field in AppCompatTaskInfo
140 || topActivityEligibleForLetterboxEducation in hasCompatUI()
184 && topActivityEligibleForLetterboxEducation in equalsForCompatUi()
185 == that.topActivityEligibleForLetterboxEducation in equalsForCompatUi()
203 topActivityEligibleForLetterboxEducation = source.readBoolean(); in readFromParcel()
224 dest.writeBoolean(topActivityEligibleForLetterboxEducation); in writeToParcel()
242 + topActivityEligibleForLetterboxEducation in toString()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DLetterboxEduWindowManager.java107 taskInfo.appCompatTaskInfo.topActivityEligibleForLetterboxEducation; in LetterboxEduWindowManager()
209 taskInfo.appCompatTaskInfo.topActivityEligibleForLetterboxEducation; in updateCompatInfo()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DShellTaskOrganizerTests.java406 taskInfo1.appCompatTaskInfo.topActivityEligibleForLetterboxEducation = false; in testOnEligibleForLetterboxEducationActivityChanged()
421 taskInfo2.appCompatTaskInfo.topActivityEligibleForLetterboxEducation = true; in testOnEligibleForLetterboxEducationActivityChanged()
431 taskInfo3.appCompatTaskInfo.topActivityEligibleForLetterboxEducation = true; in testOnEligibleForLetterboxEducationActivityChanged()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DLetterboxEduWindowManagerTest.java480 taskInfo.appCompatTaskInfo.topActivityEligibleForLetterboxEducation = eligible; in createTaskInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java3457 appCompatTaskInfo.topActivityEligibleForLetterboxEducation = isTopActivityResumed