Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java132 private LetterboxEduWindowManager mActiveLetterboxEduLayout; field in CompatUIController
489 if (mActiveLetterboxEduLayout != null) { in createOrUpdateLetterboxEduLayout()
490 if (mActiveLetterboxEduLayout.needsToBeRecreated(taskInfo, taskListener)) { in createOrUpdateLetterboxEduLayout()
491 mActiveLetterboxEduLayout.release(); in createOrUpdateLetterboxEduLayout()
492 mActiveLetterboxEduLayout = null; in createOrUpdateLetterboxEduLayout()
494 if (!mActiveLetterboxEduLayout.updateCompatInfo(taskInfo, taskListener, in createOrUpdateLetterboxEduLayout()
495 showOnDisplay(mActiveLetterboxEduLayout.getDisplayId()))) { in createOrUpdateLetterboxEduLayout()
497 mActiveLetterboxEduLayout.release(); in createOrUpdateLetterboxEduLayout()
498 mActiveLetterboxEduLayout = null; in createOrUpdateLetterboxEduLayout()
512 if (mActiveLetterboxEduLayout != null) { in createOrUpdateLetterboxEduLayout()
[all …]