Home
last modified time | relevance | path

Searched defs:UiEvent (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotEvent.java31 @UiEvent(doc = "screenshot requested from global actions") enumConstant
33 @UiEvent(doc = "screenshot requested from key chord") enumConstant
35 @UiEvent(doc = "screenshot requested from other key press (e.g. ctrl-s)") enumConstant
37 @UiEvent(doc = "screenshot requested from overview") enumConstant
39 @UiEvent(doc = "screenshot requested from accessibility actions") enumConstant
41 @UiEvent(doc = "screenshot requested from vendor gesture") enumConstant
43 @UiEvent(doc = "screenshot requested (other)") enumConstant
45 @UiEvent(doc = "screenshot was saved") enumConstant
47 @UiEvent(doc = "screenshot failed to save") enumConstant
49 @UiEvent(doc = "screenshot preview tapped") enumConstant
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java96 @UiEvent(doc = "New notification enqueued to post") enumConstant
98 @UiEvent(doc = "Notification substantially updated, or alerted again.") enumConstant
117 @UiEvent(doc = "Notification was canceled due to a notification click.") enumConstant
119 @UiEvent(doc = "Notification was canceled due to a user dismissal, surface not specified.") enumConstant
121 @UiEvent(doc = "Notification was canceled due to a user dismiss-all (from the notification" enumConstant
124 @UiEvent(doc = "Notification was canceled due to an inflation error.") enumConstant
126 @UiEvent(doc = "Notification was canceled by the package manager modifying the package.") enumConstant
128 @UiEvent(doc = "Notification was canceled by the owning user context being stopped.") enumConstant
130 @UiEvent(doc = "Notification was canceled by the user banning the package.") enumConstant
132 @UiEvent(doc = "Notification was canceled by the app canceling this specific notification.") enumConstant
[all …]
DNotificationChannelLogger.java150 @UiEvent(doc = "App created a new notification channel") enumConstant
152 @UiEvent(doc = "App modified an existing notification channel") enumConstant
154 @UiEvent(doc = "User modified a new notification channel") enumConstant
156 @UiEvent(doc = "App deleted an existing notification channel") enumConstant
158 @UiEvent(doc = "App created a new notification channel group") enumConstant
160 @UiEvent(doc = "App modified an existing notification channel group") enumConstant
162 @UiEvent(doc = "App deleted an existing notification channel group") enumConstant
164 @UiEvent(doc = "System created a new conversation (sub-channel in a notification channel)") enumConstant
166 @UiEvent(doc = "System deleted a new conversation (sub-channel in a notification channel)") enumConstant
168 @UiEvent(doc = "All notifications for the app were blocked.") enumConstant
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedUiEventLogger.java93 @UiEvent(doc = "One-Handed trigger in via NavigationBar area") enumConstant
96 @UiEvent(doc = "One-Handed trigger out via NavigationBar area") enumConstant
99 @UiEvent(doc = "One-Handed trigger out via Overspace area") enumConstant
102 @UiEvent(doc = "One-Handed trigger out while IME pop up") enumConstant
105 @UiEvent(doc = "One-Handed trigger out while device rotation to landscape") enumConstant
108 @UiEvent(doc = "One-Handed trigger out when an Activity is launching") enumConstant
111 @UiEvent(doc = "One-Handed trigger out when one-handed mode times up") enumConstant
114 @UiEvent(doc = "One-Handed trigger out when screen off") enumConstant
135 @UiEvent(doc = "One-Handed mode enabled toggle on") enumConstant
138 @UiEvent(doc = "One-Handed mode enabled toggle off") enumConstant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletUiEvent.java26 @UiEvent(doc = "The default payment app is opened to show all payment cards.") enumConstant
29 @UiEvent(doc = "The Quick Access Wallet homescreen is unlocked.") enumConstant
32 @UiEvent(doc = "The Quick Access Wallet center card is changed") enumConstant
35 @UiEvent(doc = "The Quick Access Wallet is opened.") enumConstant
38 @UiEvent(doc = "The Quick Access Wallet card is clicked") enumConstant
41 @UiEvent(doc = "The Quick Access Wallet homescreen is unlocked via clicking the unlock button") enumConstant
44 @UiEvent( enumConstant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipUiEventLogger.java78 @UiEvent(doc = "Activity enters picture-in-picture mode") enumConstant
81 @UiEvent(doc = "Expands from picture-in-picture to fullscreen") enumConstant
84 @UiEvent(doc = "Removes picture-in-picture by tap close button") enumConstant
87 @UiEvent(doc = "Removes picture-in-picture by drag to dismiss area") enumConstant
90 @UiEvent(doc = "Shows picture-in-picture menu") enumConstant
93 @UiEvent(doc = "Hides picture-in-picture menu") enumConstant
96 @UiEvent(doc = "Changes the aspect ratio of picture-in-picture window. This is inherited" enumConstant
100 @UiEvent(doc = "User resize of the picture-in-picture window") enumConstant
103 @UiEvent(doc = "User unstashed picture-in-picture") enumConstant
106 @UiEvent(doc = "User stashed picture-in-picture to the left side") enumConstant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenGestureLogger.java45 @UiEvent(doc = "Lockscreen > Pull shade open") enumConstant
48 @UiEvent(doc = "Lockscreen > Tap on lock, locks phone") enumConstant
51 @UiEvent(doc = "Lockscreen > Swipe down to open quick settings") enumConstant
54 @UiEvent(doc = "Swipe down to open quick settings when unlocked") enumConstant
57 @UiEvent(doc = "Lockscreen > Tap on lock, shows hint") enumConstant
60 @UiEvent(doc = "Notification shade > Tap to open quick settings") enumConstant
63 @UiEvent(doc = "Lockscreen > Dialer") enumConstant
66 @UiEvent(doc = "Lockscreen > Camera") enumConstant
69 @UiEvent(doc = "Lockscreen > Unlock gesture") enumConstant
72 @UiEvent(doc = "Lockscreen > Tap on notification, false touch rejection") enumConstant
[all …]
DBiometricUnlockController.java187 @UiEvent(doc = "A biometric event of type fingerprint succeeded.") enumConstant
190 @UiEvent(doc = "A biometric event of type fingerprint failed.") enumConstant
193 @UiEvent(doc = "A biometric event of type fingerprint errored.") enumConstant
196 @UiEvent(doc = "A biometric event of type face unlock succeeded.") enumConstant
199 @UiEvent(doc = "A biometric event of type face unlock failed.") enumConstant
202 @UiEvent(doc = "A biometric event of type face unlock errored.") enumConstant
205 @UiEvent(doc = "A biometric event of type iris succeeded.") enumConstant
208 @UiEvent(doc = "A biometric event of type iris failed.") enumConstant
211 @UiEvent(doc = "A biometric event of type iris errored.") enumConstant
/frameworks/base/core/java/com/android/internal/app/
DChooserActivityLogger.java108 @UiEvent(doc = "Basic system Sharesheet has started and is visible.") enumConstant
126 @UiEvent(doc = "User selected a service target.") enumConstant
128 @UiEvent(doc = "User selected an app target.") enumConstant
130 @UiEvent(doc = "User selected a standard target.") enumConstant
132 @UiEvent(doc = "User selected the copy target.") enumConstant
134 @UiEvent(doc = "User selected the nearby target.") enumConstant
136 @UiEvent(doc = "User selected the edit target.") enumConstant
172 @UiEvent(doc = "User clicked share.") enumConstant
174 @UiEvent(doc = "User changed from work to personal profile or vice versa.") enumConstant
176 @UiEvent(doc = "User expanded target list.") enumConstant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DEvents.java133 @UiEvent(doc = "The volume dialog was shown because the volume changed") enumConstant
135 @UiEvent(doc = "The volume dialog was shown because the volume changed remotely") enumConstant
137 @UiEvent(doc = "The volume dialog was shown because the usb high temperature alarm changed") enumConstant
163 @UiEvent(doc = "The volume dialog was dismissed because of a touch outside the dialog") enumConstant
165 @UiEvent(doc = "The system asked the volume dialog to close, e.g. for a navigation bar " enumConstant
168 @UiEvent(doc = "The volume dialog was dismissed because it timed out") enumConstant
170 @UiEvent(doc = "The volume dialog was dismissed because the screen turned off") enumConstant
172 @UiEvent(doc = "The volume dialog was dismissed because the settings icon was clicked") enumConstant
175 @UiEvent(doc = "The volume dialog was dismissed because the stream no longer exists") enumConstant
178 @UiEvent(doc = "The volume dialog was dismissed because the usb high temperature alarm " enumConstant
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleLogger.java39 @UiEvent(doc = "User dismissed the bubble via gesture, add bubble to overflow.") enumConstant
42 @UiEvent(doc = "No more space in top row, add bubble to overflow.") enumConstant
45 @UiEvent(doc = "No more space in overflow, remove bubble from overflow") enumConstant
48 @UiEvent(doc = "Notification canceled, remove bubble from overflow.") enumConstant
51 @UiEvent(doc = "Notification group canceled, remove bubble for child notif from overflow.") enumConstant
54 @UiEvent(doc = "Notification no longer bubble, remove bubble from overflow.") enumConstant
57 @UiEvent(doc = "User tapped overflow bubble. Promote bubble back to top row.") enumConstant
60 @UiEvent(doc = "User blocked notification from bubbling, remove bubble from overflow.") enumConstant
63 @UiEvent(doc = "User selected the overflow.") enumConstant
66 @UiEvent(doc = "Restore bubble to overflow after phone reboot.") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateEvent.java27 @UiEvent(doc = "StatusBarState changed to unknown state") enumConstant
30 @UiEvent(doc = "StatusBarState changed to SHADE state") enumConstant
33 @UiEvent(doc = "StatusBarState changed to KEYGUARD state") enumConstant
36 @UiEvent(doc = "StatusBarState changed to SHADE_LOCKED state") enumConstant
39 @UiEvent(doc = "StatusBarState changed to FULLSCREEN_USER_SWITCHER state") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationControlsEvent.java23 @UiEvent(doc = "The user opened the notification inline controls.") enumConstant
26 @UiEvent(doc = "In notification inline controls, the user saved a notification channel " enumConstant
30 @UiEvent(doc = "The user closed the notification inline controls.") enumConstant
DNotificationAppOpsEvent.java23 @UiEvent(doc = "User opened app ops controls on a notification (for active " enumConstant
27 @UiEvent(doc = "User closed app ops controls") enumConstant
30 @UiEvent(doc = "User clicked through to settings in app ops controls") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DEvents.java28 @UiEvent(doc = "Screen recording was started") enumConstant
30 @UiEvent(doc = "Screen recording was stopped from the quick settings tile") enumConstant
32 @UiEvent(doc = "Screen recording was stopped from the notification") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeTriggers.java108 @UiEvent(doc = "Dozing updated due to notification.") enumConstant
111 @UiEvent(doc = "Dozing updated due to sigmotion.") enumConstant
114 @UiEvent(doc = "Dozing updated because sensor was picked up.") enumConstant
117 @UiEvent(doc = "Dozing updated because sensor was double tapped.") enumConstant
120 @UiEvent(doc = "Dozing updated because sensor was long squeezed.") enumConstant
123 @UiEvent(doc = "Dozing updated due to docking.") enumConstant
126 @UiEvent(doc = "Dozing updated because sensor woke up.") enumConstant
129 @UiEvent(doc = "Dozing updated because sensor woke up the lockscreen.") enumConstant
132 @UiEvent(doc = "Dozing updated because sensor was tapped.") enumConstant
135 @UiEvent(doc = "Dozing updated because on display auth was triggered from AOD.") enumConstant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java237 @UiEvent(doc = "The global actions / power menu surface became visible on the screen.") enumConstant
240 @UiEvent(doc = "The global actions / power menu surface was dismissed.") enumConstant
243 @UiEvent(doc = "The global actions bugreport button was pressed.") enumConstant
246 @UiEvent(doc = "The global actions bugreport button was long pressed.") enumConstant
249 @UiEvent(doc = "The global actions emergency button was pressed.") enumConstant
252 @UiEvent(doc = "The global actions screenshot button was pressed.") enumConstant
255 @UiEvent(doc = "The global actions screenshot button was long pressed.") enumConstant
258 @UiEvent(doc = "The global actions power off button was pressed.") enumConstant
261 @UiEvent(doc = "The global actions power off button was long pressed.") enumConstant
264 @UiEvent(doc = "The global actions reboot button was pressed.") enumConstant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java90 @UiEvent(doc = "The home button was pressed in the navigation bar.") enumConstant
93 @UiEvent(doc = "The back button was pressed in the navigation bar.") enumConstant
96 @UiEvent(doc = "The overview button was pressed in the navigation bar.") enumConstant
99 @UiEvent(doc = "The home button was long-pressed in the navigation bar.") enumConstant
102 @UiEvent(doc = "The back button was long-pressed in the navigation bar.") enumConstant
105 @UiEvent(doc = "The overview button was long-pressed in the navigation bar.") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java49 @UiEvent(doc = "Notification panel shown from status bar.") enumConstant
51 @UiEvent(doc = "Notification panel shown from lockscreen.") enumConstant
/frameworks/base/core/java/com/android/internal/logging/
DUiEvent.java27 public @interface UiEvent { annotation
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java200 @UiEvent(doc = "Default UiEvent used for variable initialization.") enumConstant
203 @UiEvent(doc = "Bouncer is dismissed using extended security access.") enumConstant
206 @UiEvent(doc = "Bouncer is dismissed using biometric.") enumConstant
209 @UiEvent(doc = "Bouncer is dismissed without security access.") enumConstant
212 @UiEvent(doc = "Bouncer is dismissed using password security.") enumConstant
215 @UiEvent(doc = "Bouncer is dismissed using sim security access.") enumConstant
218 @UiEvent(doc = "Bouncer is successfully unlocked using password.") enumConstant
221 @UiEvent(doc = "An attempt to unlock bouncer using password has failed.") enumConstant
/frameworks/base/services/core/java/com/android/server/
DGestureLauncherService.java155 @UiEvent(doc = "The user lifted the device just the right way to launch the camera.") enumConstant
158 @UiEvent(doc = "The user wiggled the device just the right way to launch the camera.") enumConstant
161 @UiEvent(doc = "The user double-tapped power quickly enough to launch the camera.") enumConstant
164 @UiEvent(doc = "The user multi-tapped power quickly enough to signal an emergency.") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputDialog.java90 @UiEvent(doc = "The MediaOutput dialog became visible on the screen.") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java554 @UiEvent(doc = "People space widget deleted") enumConstant
556 @UiEvent(doc = "People space widget added") enumConstant
558 @UiEvent(doc = "People space widget clicked to launch conversation") enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java147 @UiEvent(doc = "Notification remote input view was displayed") enumConstant
149 @UiEvent(doc = "Notification remote input view was closed") enumConstant
151 @UiEvent(doc = "User sent data through the notification remote input view") enumConstant
153 @UiEvent(doc = "Failed attempt to send data through the notification remote input view") enumConstant

12