Home
last modified time | relevance | path

Searched refs:commandQueue (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHideIconsForBouncerManager.kt26 private val commandQueue: CommandQueue,
81 commandQueue.recomputeDisableFlags(displayId, /* animate= */ true)
106 commandQueue.recomputeDisableFlags(displayId, true)
111 commandQueue.recomputeDisableFlags(displayId, animate)
H A DHeadsUpAppearanceController.java99 NotificationWakeUpCoordinator wakeUpCoordinator, CommandQueue commandQueue, in HeadsUpAppearanceController() argument
104 commandQueue, notificationStackScrollLayoutController, in HeadsUpAppearanceController()
123 CommandQueue commandQueue, in HeadsUpAppearanceController() argument
166 mCommandQueue = commandQueue; in HeadsUpAppearanceController()
H A DDarkIconDispatcherImpl.java56 CommandQueue commandQueue, in DarkIconDispatcherImpl() argument
61 mTransitionsController = new LightBarTransitionsController(context, this, commandQueue); in DarkIconDispatcherImpl()
H A DLightsOutNotifController.java65 CommandQueue commandQueue) { in LightsOutNotifController() argument
68 mCommandQueue = commandQueue; in LightsOutNotifController()
H A DShadeControllerImpl.java59 CommandQueue commandQueue, in ShadeControllerImpl() argument
68 mCommandQueue = commandQueue; in ShadeControllerImpl()
H A DLightBarTransitionsController.java75 CommandQueue commandQueue) { in LightBarTransitionsController() argument
80 mCommandQueue = commandQueue; in LightBarTransitionsController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisablerTest.kt42 @Mock lateinit var commandQueue: CommandQueue
52 commandQueue, Mockito.mock(ConfigurationController::class.java)
117 verify(commandQueue, atLeastOnce()).recomputeDisableFlags(
127 verify(commandQueue, atLeastOnce()).recomputeDisableFlags(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastUI.java75 CommandQueue commandQueue, in ToastUI() argument
78 this(context, commandQueue, in ToastUI()
88 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI() argument
93 mCommandQueue = commandQueue; in ToastUI()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java45 public TvStatusBar(Context context, CommandQueue commandQueue, in TvStatusBar() argument
48 mCommandQueue = commandQueue; in TvStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisabler.kt34 private val commandQueue: CommandQueue,
93 commandQueue.recomputeDisableFlags(context.displayId, true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java38 public Recents(Context context, RecentsImplementation impl, CommandQueue commandQueue) { in Recents() argument
41 mCommandQueue = commandQueue; in Recents()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsComponent.java50 public GlobalActionsComponent(Context context, CommandQueue commandQueue, in GlobalActionsComponent() argument
55 mCommandQueue = commandQueue; in GlobalActionsComponent()
H A DGlobalActionsImpl.java58 public GlobalActionsImpl(Context context, CommandQueue commandQueue, in GlobalActionsImpl() argument
66 mCommandQueue = commandQueue; in GlobalActionsImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanel.java44 public TvNotificationPanel(Context context, CommandQueue commandQueue) { in TvNotificationPanel() argument
46 mCommandQueue = commandQueue; in TvNotificationPanel()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/
H A DCarToastUI.java56 public CarToastUI(Context context, @Main Resources resources, CommandQueue commandQueue, in CarToastUI() argument
58 super(context, commandQueue, toastFactory, toastLogger); in CarToastUI()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFragmentTest.java174 CommandQueue commandQueue = new CommandQueue(context); in instantiate() local
176 new RemoteInputQuickSettingsDisabler(context, commandQueue, in instantiate()
180 commandQueue, in instantiate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java65 public DisableStateTracker(int disableMask, int disable2Mask, CommandQueue commandQueue) { in DisableStateTracker() argument
68 mCommandQueue = commandQueue; in DisableStateTracker()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarTransitions.java82 public NavigationBarTransitions(NavigationBarView view, CommandQueue commandQueue) { in NavigationBarTransitions() argument
86 view.getContext(), this, commandQueue); in NavigationBarTransitions()
H A DNavigationBarController.java103 CommandQueue commandQueue, in NavigationBarController() argument
117 commandQueue.addCallback(this); in NavigationBarController()
122 mTaskbarDelegate.setDependencies(commandQueue, overviewProxyService, in NavigationBarController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java65 CommandQueue commandQueue) { in LaunchConversationActivity() argument
70 mCommandQueue = commandQueue; in LaunchConversationActivity()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnification.java106 CommandQueue commandQueue, ModeSwitchesController modeSwitchesController, in WindowMagnification() argument
112 mCommandQueue = commandQueue; in WindowMagnification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIDefaultModule.java186 CommandQueue commandQueue) { in provideRecents() argument
187 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java179 CommandQueue commandQueue) { in provideRecents() argument
180 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarSystemUIModule.java121 CommandQueue commandQueue) { in provideRecents() argument
122 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelController.java105 FalsingManager falsingManager, CommandQueue commandQueue) { in QSPanelController() argument
113 mCommandQueue = commandQueue; in QSPanelController()

12