Searched refs:mActiveLetterboxEduLayout (Results 1 – 1 of 1) sorted by relevance
132 private LetterboxEduWindowManager mActiveLetterboxEduLayout; field in CompatUIController489 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 …]