/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpUtil.java | 34 public static void setIsClickedHeadsUpNotification(View view, boolean clicked) { in setIsClickedHeadsUpNotification() argument 35 view.setTag(TAG_CLICKED_NOTIFICATION, clicked ? true : null); in setIsClickedHeadsUpNotification() 44 Boolean clicked = (Boolean) view.getTag(TAG_CLICKED_NOTIFICATION); in isClickedHeadsUpNotification() local 45 return clicked != null && clicked; in isClickedHeadsUpNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallback.java | 107 public void onLockedRemoteInput(ExpandableNotificationRow row, View clicked) { in onLockedRemoteInput() argument 110 mPendingRemoteInputView = clicked; in onLockedRemoteInput() 177 View clicked) { in onLockedWorkRemoteInput() argument 183 mPendingWorkRemoteInputView = clicked; in onLockedWorkRemoteInput()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 145 boolean clicked = uiObject.click(); in click() 150 Log.v(TAG, "onClick for " + description + ": " + clicked); in click()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | ActivityTransitionDetails.java | 56 public void clicked(View v) { in clicked() method in ActivityTransitionDetails
|
D | ActivityTransition.java | 119 public void clicked(View v) { in clicked() method in ActivityTransition
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 177 public void onTabSelectionChanged(int tabIndex, boolean clicked) { in setup() 179 if (clicked) { in setup()
|
D | TabWidget.java | 586 void onTabSelectionChanged(int tabIndex, boolean clicked); in onTabSelectionChanged() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 75 # when a notification has been clicked 77 # when a notification action button has been clicked
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 709 void onLockedRemoteInput(ExpandableNotificationRow row, View clicked); in onLockedRemoteInput() argument 718 void onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, View clicked); in onLockedWorkRemoteInput() argument
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 232 // "block" was clicked. 234 // "stay silent" was clicked. 236 // "alert me" was clicked. 238 // "undo" was clicked (enables the user to undo "stop notification" action). 3753 // ACTION: A tile in Settings information architecture is clicked 3806 // FIELD - Rank of the clicked Settings search result 4217 // ACTION: QS -> Tile clicked 4226 // FIELD: The value of a QS tile when clicked (if applicable) 4260 // ACTION: Text selection "assist" menu item clicked. 4397 // FIELD - Query length when Settings search result is clicked [all …]
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 640 // Contextual card is clicked
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 1053 format, which should allow them to be clicked on in the build log to go
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6646 // Button clicked by user - same as bit flags in buttons_presented with only single bit set 6670 // notification was clicked by the user
|