Home
last modified time | relevance | path

Searched refs:clicked (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpUtil.java43 public static void setNeedsHeadsUpDisappearAnimationAfterClick(View view, boolean clicked) { in setNeedsHeadsUpDisappearAnimationAfterClick() argument
45 logTagClickedNotificationChanged(view, clicked); in setNeedsHeadsUpDisappearAnimationAfterClick()
47 view.setTag(TAG_CLICKED_NOTIFICATION, clicked ? true : null); in setNeedsHeadsUpDisappearAnimationAfterClick()
56 Boolean clicked = (Boolean) view.getTag(TAG_CLICKED_NOTIFICATION); in isClickedHeadsUpNotification() local
57 return clicked != null && clicked; in isClickedHeadsUpNotification()
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/preference/
DTwoTargetButtonPreferenceTest.kt54 var clicked = false in clickable_label_canBeClicked() variable
56 testTwoTargetButtonPreference(onClick = { clicked = true }) in clickable_label_canBeClicked()
60 Truth.assertThat(clicked).isTrue() in clickable_label_canBeClicked()
65 var clicked = false in clickable_button_label_canBeClicked() variable
67 testTwoTargetButtonPreference(onButtonClick = { clicked = true }) in clickable_button_label_canBeClicked()
71 Truth.assertThat(clicked).isTrue() in clickable_button_label_canBeClicked()
DTwoTargetSwitchPreferenceTest.kt84 var clicked = false in <lambda>() variable
87 clicked = true in <lambda>()
92 assertThat(clicked).isTrue() in <lambda>()
106 var clicked = false in <lambda>() variable
109 clicked = true in <lambda>()
114 assertThat(clicked).isFalse() in <lambda>()
/frameworks/proto_logging/stats/enums/stats/textclassifier/
Dtextclassifier_enums.proto35 // User clicked a link.
39 // User clicked on Copy action.
41 // User clicked on Paste action.
43 // User clicked on Cut action.
45 // User clicked on Share action.
47 // User clicked on a Smart action.
53 // User clicked on a custom action.
55 // User clicked on Select All action
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
DMetricsFeatureProviderTest.java84 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, key); in logClickedPreference_preferenceHasKey_shouldLog()
97 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, Intent.ACTION_ASSIST); in logClickedPreference_preferenceHasIntent_shouldLog()
110 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, fragment); in logClickedPreference_preferenceHasFragment_shouldLog()
129 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, Intent.ACTION_ASSIST); in logStartedIntent_intentHasNoComponent_shouldLog()
139 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, "pkg/cls"); in logStartedIntent_intentIsExternal_shouldLog()
150 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, "pkg/cls/personal"); in logStartedIntentWithProfile_isPersonalProfile_shouldTagPersonal()
161 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, "pkg/cls/work"); in logStartedIntentWithProfile_isWorkProfile_shouldTagWork()
196 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, key); in logSettingsTileClick_hasKey_shouldLog()
216 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, "abc/personal"); in logSettingsTileClickWithProfile_isPersonalProfile_shouldTagPersonal()
226 verify(mLogWriter).clicked(MetricsEvent.SETTINGS_GESTURES, "abc/work"); in logSettingsTileClickWithProfile_isWorkProfile_shouldTagWork()
/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/template/preference/
DRestrictedPreferenceTest.kt47 private var clicked = false in <lambda>() variable in com.android.settingslib.spaprivileged.template.preference.RestrictedPreferenceTest
51 override val onClick = { clicked = true } in <lambda>()
70 assertThat(clicked).isTrue() in <lambda>()
91 assertThat(clicked).isTrue() in <lambda>()
112 assertThat(clicked).isFalse() in <lambda>()
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/button/
DActionButtonsTest.kt59 var clicked by mutableStateOf(false) in button_clickable() variable
64 clicked = true in button_clickable()
72 assertThat(clicked).isTrue() in button_clickable()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
DMetricsFeatureProvider.java104 public void clicked(int category, String key) { in clicked() method in MetricsFeatureProvider
106 writer.clicked(category, key); in clicked()
225 clicked(sourceMetricsCategory, logKey); in logSettingsTileClick()
241 clicked(sourceMetricsCategory, logKey + (isWorkProfile ? "/work" : "/personal")); in logSettingsTileClickWithProfile()
DLogWriter.java39 void clicked(int category, String key); in clicked() method
DEventLogWriter.java52 public void clicked(int sourceCategory, String key) { in clicked() method in EventLogWriter
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/card/
DSettingsCardTest.kt146 var clicked by mutableStateOf(false) in settingsCard_clickable() variable
152 ) { clicked = true } in settingsCard_clickable()
158 assertThat(clicked).isTrue() in settingsCard_clickable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java134 public void onLockedRemoteInput(ExpandableNotificationRow row, View clicked) { in onLockedRemoteInput() argument
139 mPendingRemoteInputView = clicked; in onLockedRemoteInput()
221 View clicked) { in onLockedWorkRemoteInput() argument
227 mPendingWorkRemoteInputView = clicked; in onLockedWorkRemoteInput()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java192 boolean clicked = uiObject.click(); in click()
197 Log.v(TAG, "onClick for " + description + ": " + clicked); in click()
/frameworks/proto_logging/stats/atoms/adservices/
Dadservices_extension_atoms.proto1644 // user clicked on the more button on the landing page.
1646 // GA user clicked on the more button on the landing page.
1648 // user clicked the additional info button on the landing page.
1650 // GA user clicked the additional info button on the landing page.
1660 // user clicked the settings button on the landing page.
1662 // GA user clicked the settings button on the landing page.
1664 // user clicked the got it button on the landing page.
1666 // GA user clicked the got it button on the landing page.
1668 // user clicked opt-out on the landing page.
1670 // GA user clicked opt-out on the landing page.
[all …]
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DActivityTransitionDetails.java56 public void clicked(View v) { in clicked() method in ActivityTransitionDetails
DActivityTransition.java119 public void clicked(View v) { in clicked() method in ActivityTransition
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto238 // The chain of clicked entries regardless of provider
240 // The provider associated with the clicked entry element in 'clicked_entries'
343 // The deduped set of response classtypes for this clicked auth entry
407 // The chain of clicked entries regardless of provider
409 // The provider associated with the clicked entry above
/frameworks/base/core/java/android/widget/
DTabHost.java193 public void onTabSelectionChanged(int tabIndex, boolean clicked) { in setup()
195 if (clicked) { in setup()
DExpandableListView.java664 final boolean clicked = handleItemClick(v, adjustedPosition, id); in performItemClick()
668 return clicked; in performItemClick()
DTabWidget.java612 void onTabSelectionChanged(int tabIndex, boolean clicked); in onTabSelectionChanged() argument
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags81 # when a notification has been clicked
83 # when a notification action button has been clicked
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java669 void onLockedRemoteInput(ExpandableNotificationRow row, View clicked); in onLockedRemoteInput() argument
678 void onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, View clicked); in onLockedWorkRemoteInput() argument
/frameworks/proto_logging/stats/atoms/permissioncontroller/
Dpermissioncontroller_extension_atoms.proto79 // Dialog canceled or back clicked
/frameworks/proto_logging/stats/atoms/aiwallpapers/
Daiwallpapers_extension_atoms.proto157 /* number of times user clicked the "Randomize" button */
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto352 // The index of the clicked subcard, if applicable.
355 // Default will be 0 to denote that no subcard was clicked.
357 // clicked or not. Basically if this has the value 0, just ignore this field.

12