Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java138 private ReachabilityEduWindowManager mActiveReachabilityEduLayout; field in CompatUIController
589 if (mActiveReachabilityEduLayout != null) { in createOrUpdateReachabilityEduLayout()
590 if (mActiveReachabilityEduLayout.needsToBeRecreated(taskInfo, taskListener)) { in createOrUpdateReachabilityEduLayout()
591 mActiveReachabilityEduLayout.release(); in createOrUpdateReachabilityEduLayout()
592 mActiveReachabilityEduLayout = null; in createOrUpdateReachabilityEduLayout()
595 if (!mActiveReachabilityEduLayout.updateCompatInfo(taskInfo, taskListener, in createOrUpdateReachabilityEduLayout()
596 showOnDisplay(mActiveReachabilityEduLayout.getDisplayId()))) { in createOrUpdateReachabilityEduLayout()
598 mActiveReachabilityEduLayout.release(); in createOrUpdateReachabilityEduLayout()
599 mActiveReachabilityEduLayout = null; in createOrUpdateReachabilityEduLayout()
613 if (mActiveReachabilityEduLayout != null) { in createOrUpdateReachabilityEduLayout()
[all …]