Home
last modified time | relevance | path

Searched refs:CommandQueue (Results 1 – 25 of 106) sorted by relevance

12345

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/disableflags/
H A DDisableStateTracker.kt17 import com.android.systemui.statusbar.CommandQueue
29 ) : CommandQueue.Callbacks {
44 fun startTracking(commandQueue: CommandQueue, displayId: Int) {
56 fun stopTracking(commandQueue: CommandQueue) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputSwitcherDialogUI.java26 import com.android.systemui.statusbar.CommandQueue;
32 public class MediaOutputSwitcherDialogUI implements CoreStartable, CommandQueue.Callbacks {
36 private final CommandQueue mCommandQueue;
42 CommandQueue commandQueue, in MediaOutputSwitcherDialogUI()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeController.java22 import com.android.systemui.statusbar.CommandQueue;
45 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE); in animateCollapseShade()
55 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE, true, false, 1.0f); in animateCollapseShadeForced()
60 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true, true, 1.0f); in animateCollapseShadeForcedDelayed()
H A DShadeControllerImpl.java33 import com.android.systemui.statusbar.CommandQueue;
59 private final CommandQueue mCommandQueue;
83 CommandQueue commandQueue, in ShadeControllerImpl()
133 && (flags & CommandQueue.FLAG_EXCLUDE_NOTIFICATION_PANEL) == 0) { in animateCollapseShade()
165 CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true /* force */); in closeShadeIfOpen()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java29 import com.android.systemui.statusbar.CommandQueue;
40 public class TvStatusBar implements CoreStartable, CommandQueue.Callbacks {
47 private final CommandQueue mCommandQueue;
51 public TvStatusBar(Context context, CommandQueue commandQueue, in TvStatusBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanel.java30 import com.android.systemui.statusbar.CommandQueue;
38 public class TvNotificationPanel implements CoreStartable, CommandQueue.Callbacks {
41 private final CommandQueue mCommandQueue;
45 public TvNotificationPanel(Context context, CommandQueue commandQueue) { in TvNotificationPanel()
82 && (flags & CommandQueue.FLAG_EXCLUDE_NOTIFICATION_PANEL) == 0) { in animateCollapsePanels()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsImpl.java23 import com.android.systemui.statusbar.CommandQueue;
29 public class GlobalActionsImpl implements GlobalActions, CommandQueue.Callbacks {
35 private final CommandQueue mCommandQueue;
41 public GlobalActionsImpl(Context context, CommandQueue commandQueue, in GlobalActionsImpl()
H A DGlobalActionsComponent.java26 import com.android.systemui.statusbar.CommandQueue;
27 import com.android.systemui.statusbar.CommandQueue.Callbacks;
41 private final CommandQueue mCommandQueue;
50 public GlobalActionsComponent(CommandQueue commandQueue, in GlobalActionsComponent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java25 import com.android.systemui.statusbar.CommandQueue;
32 public class Recents implements CoreStartable, CommandQueue.Callbacks {
36 private final CommandQueue mCommandQueue;
38 public Recents(Context context, RecentsImplementation impl, CommandQueue commandQueue) { in Recents()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java37 import com.android.systemui.statusbar.CommandQueue;
55 private final CommandQueue mCommandQueue;
70 CommandQueue commandQueue) { in LightsOutNotifController()
143 private final CommandQueue.Callbacks mCallback = new CommandQueue.Callbacks() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowStateControllerTest.kt26 import com.android.systemui.statusbar.CommandQueue
38 private lateinit var callback: CommandQueue.Callbacks
41 private lateinit var commandQueue: CommandQueue
48 val callbackCaptor = ArgumentCaptor.forClass(CommandQueue.Callbacks::class.java)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
H A DNotificationsInteractorTest.kt22 import com.android.systemui.statusbar.CommandQueue
43 private val commandQueue: CommandQueue = mock()
90 private fun getCommandQueueCallback(): CommandQueue.Callbacks {
91 val callbackCaptor = argumentCaptor<CommandQueue.Callbacks>()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/nearby/
H A DNearbyMediaDevicesManager.kt23 import com.android.systemui.statusbar.CommandQueue
33 commandQueue: CommandQueue,
39 private val commandQueueCallbacks = object : CommandQueue.Callbacks {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowStateController.kt27 import com.android.systemui.statusbar.CommandQueue
40 commandQueue: CommandQueue
42 private val commandQueueCallback = object : CommandQueue.Callbacks {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/disableflags/data/repository/
H A DDisableFlagsRepository.kt23 import com.android.systemui.statusbar.CommandQueue
46 commandQueue: CommandQueue,
56 object : CommandQueue.Callbacks {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DWMShellTest.java34 import com.android.systemui.statusbar.CommandQueue;
68 @Mock CommandQueue mCommandQueue;
112 verify(mCommandQueue).addCallback(any(CommandQueue.Callbacks.class)); in initPip_registersCommandQueueCallback()
119 verify(mCommandQueue).addCallback(any(CommandQueue.Callbacks.class)); in initOneHanded_registersCallbacks()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java54 import com.android.systemui.statusbar.CommandQueue;
93 CommandQueue.Callbacks {
113 private final CommandQueue mCommandQueue;
175 CommandQueue commandQueue, in WMShell()
229 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initPip()
250 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initSplitScreen()
321 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initOneHanded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastUI.java44 import com.android.systemui.statusbar.CommandQueue;
54 public class ToastUI implements CoreStartable, CommandQueue.Callbacks {
62 private final CommandQueue mCommandQueue;
78 CommandQueue commandQueue, in ToastUI()
91 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
H A DRearDisplayDialogController.java35 import com.android.systemui.statusbar.CommandQueue;
60 public class RearDisplayDialogController implements CoreStartable, CommandQueue.Callbacks {
72 private final CommandQueue mCommandQueue;
80 public RearDisplayDialogController(Context context, CommandQueue commandQueue, in RearDisplayDialogController()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeCommandQueue.kt22 import com.android.systemui.statusbar.CommandQueue
25 class FakeCommandQueue : CommandQueue(mock(Context::class.java), mock(DisplayTracker::class.java)) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceRequestController.kt31 import com.android.systemui.statusbar.CommandQueue
47 private val commandQueue: CommandQueue,
63 private val commandQueueCallback = object : CommandQueue.Callbacks {
194 private val commandQueue: CommandQueue,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskInitializer.kt33 import com.android.systemui.statusbar.CommandQueue
45 private val commandQueue: CommandQueue,
108 CommandQueue.Callbacks,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifControllerTest.java40 import com.android.systemui.statusbar.CommandQueue;
63 @Mock private CommandQueue mCommandQueue;
68 @Captor private ArgumentCaptor<CommandQueue.Callbacks> mCallbacksCaptor;
74 private CommandQueue.Callbacks mCallbacks;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/disableflags/data/repository/
H A DDisableFlagsRepositoryTest.kt29 import com.android.systemui.statusbar.CommandQueue
53 private val commandQueue: CommandQueue = mock()
265 private fun getCommandQueueCallback(): CommandQueue.Callbacks {
266 val callbackCaptor = argumentCaptor<CommandQueue.Callbacks>()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/nearby/
H A DNearbyMediaDevicesManagerTest.kt9 import com.android.systemui.statusbar.CommandQueue
29 private lateinit var commandQueue: CommandQueue
30 private lateinit var commandQueueCallbacks: CommandQueue.Callbacks
37 val callbackCaptor = ArgumentCaptor.forClass(CommandQueue.Callbacks::class.java)

12345