Searched refs:recentsWindowManager (Results 1 – 6 of 6) sorted by relevance
79 return getDisplayResource(displayId)?.recentsWindowManager in getRecentsWindowManager()102 val recentsWindowManager = in iterator() constant106 if (enableOverviewInWindow) FallbackWindowInterface(recentsWindowManager) else null in iterator()115 recentsWindowManager?.destroy() in iterator()
82 RecentsWindowManager recentsWindowManager = in getFromRecentsWindow()84 return recentsWindowManager != null ? f.apply(recentsWindowManager) : null; in getFromRecentsWindow()
667 return getFromRecentsWindow(recentsWindowManager -> in getFromRecentsView()668 (forTearDown && recentsWindowManager == null) in getFromRecentsView()669 ? null : f.apply(recentsWindowManager.getOverviewPanel())); in getFromRecentsView()
301 runForRecentsWindowManager(recentsWindowManager -> in init()302 recentsWindowManager.getStateManager().addStateListener(mRecentsStateListener)); in init()327 runForRecentsWindowManager(recentsWindowManager -> in onDestroy()328 recentsWindowManager.getStateManager().removeStateListener(mRecentsStateListener)); in onDestroy()1147 RecentsWindowManager recentsWindowManager = RecentsDisplayModel.getINSTANCE()1149 if (recentsWindowManager != null) {1150 callback.accept(recentsWindowManager);
715 if (container instanceof RecentsWindowManager recentsWindowManager) { in createTaskbarUIControllerForRecentsViewContainer()716 return new FallbackTaskbarUIController<>(recentsWindowManager); in createTaskbarUIControllerForRecentsViewContainer()
56 public FallbackWindowInterface(RecentsWindowManager recentsWindowManager) { in FallbackWindowInterface() argument58 mRecentsWindowManager = recentsWindowManager; in FallbackWindowInterface()