Lines Matching refs:SystemUI

1 # SystemUI  chapter
5 SystemUI is a persistent process that provides UI for the system but outside
9 SystemUI that are started up by SystemUIApplication. These services then depend
21 Each of these services extend SystemUI. SystemUI provides them with a Context
27 Each SystemUI service is expected to be a major part of system ui and the
33 The first SystemUI service that is started should always be Dependency.
67 ## Default SystemUI services list
69 ### [com.android.systemui.Dependency](/packages/SystemUI/src/com/android/systemui/Dependency.java)
73 ### [com.android.systemui.util.NotificationChannels](/packages/SystemUI/src/com/android/systemui/ut…
77 ### [com.android.systemui.keyguard.KeyguardViewMediator](/packages/SystemUI/src/com/android/systemu…
81 ### [com.android.systemui.recents.Recents](/packages/SystemUI/src/com/android/systemui/recents/Rece…
86 ### [com.android.systemui.volume.VolumeUI](/packages/SystemUI/src/com/android/systemui/volume/Volum…
91 ### [com.android.systemui.status.phone.StatusBar](/packages/SystemUI/src/com/android/systemui/statu…
98 ### [com.android.systemui.usb.StorageNotification](/packages/SystemUI/src/com/android/systemui/usb/…
102 ### [com.android.systemui.power.PowerUI](/packages/SystemUI/src/com/android/systemui/power/PowerUI.…
106 ### [com.android.systemui.media.RingtonePlayer](/packages/SystemUI/src/com/android/systemui/media/R…
110 ### [com.android.systemui.keyboard.KeyboardUI](/packages/SystemUI/src/com/android/systemui/keyboard…
114 ### [com.android.systemui.shortcut.ShortcutKeyDispatcher](/packages/SystemUI/src/com/android/system…
122 ### [com.android.systemui.util.leak.GarbageMonitor$Service](/packages/SystemUI/src/com/android/syst…
126 ### [com.android.systemui.LatencyTester](/packages/SystemUI/src/com/android/systemui/LatencyTester.…
131 ### [com.android.systemui.globalactions.GlobalActionsComponent](/packages/SystemUI/src/com/android/…
135 ### [com.android.systemui.ScreenDecorations](/packages/SystemUI/src/com/android/systemui/ScreenDeco…
139 ### [com.android.systemui.biometrics.BiometricDialogImpl](/packages/SystemUI/src/com/android/system…
143 ### [com.android.systemui.wmshell.WMShell](/packages/SystemUI/src/com/android/systemui/wmshell/WMSh…
149 * [Plugins](/packages/SystemUI/docs/plugins.md)
150 * [Demo Mode](/packages/SystemUI/docs/demo_mode.md)