Searched refs:allAppsVisible (Results 1 – 7 of 7) sorted by relevance
98 Optional.ofNullable(mTaskbarSharedState).ifPresent(s -> s.allAppsVisible = true); in setUpTaskbarStashing()101 Optional.ofNullable(mTaskbarSharedState).ifPresent(s -> s.allAppsVisible = false); in setUpTaskbarStashing()
69 public void init(TaskbarControllers controllers, boolean allAppsVisible) { in init() argument76 if (allAppsVisible) { in init()
176 taskbarContext.controllers.sharedState?.allAppsVisible = false in testTaskStackChanged_allAppsClosed_overlayStaysOpen()188 taskbarContext.controllers.sharedState?.allAppsVisible = true in testTaskStackChanged_allAppsOpen_closesOverlay()
65 public boolean allAppsVisible = false; field in TaskbarSharedState
476 mSharedState.allAppsVisible = mSharedState.allAppsVisible && isLargeScreenTaskbar; in recreateTaskbar()
166 taskbarAllAppsController.init(this, sharedState.allAppsVisible); in init()
75 && mControllers.getSharedState().allAppsVisible) {