HomeSort by relevance Sort by last modified time
    Searched full:clicked (Results 151 - 175 of 803) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java 35 /** Returns an icon that can be clicked for the alternate action. */
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Logger.java 41 * Called when a suggestion is clicked.
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettingsForSetupWizardActivity.java 72 // Return true, so we get notified when items in the menu are clicked.
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsButton.java 66 * Sets an action which is to be run when the button is clicked.
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java 54 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
UpdateService.java 44 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 25 * will dynamically create the intent when the button is clicked based on the test id and the
26 * button that was clicked.
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 50 //Create Intent to launch this Activity again if the notification is clicked.
67 // Cancel the notification when clicked
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 144 * Invoked when {@link #mShowNotificationButton} is clicked.
155 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/contacts/
ContactsFragment.java 88 // Register a listener to add a dummy contact when a button is clicked.
97 // Register a listener to display the first contact when a button is clicked.
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 50 //Create Intent to launch this Activity again if the notification is clicked.
67 // Cancel the notification when clicked
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 144 * Invoked when {@link #mShowNotificationButton} is clicked.
155 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/contacts/
ContactsFragment.java 88 // Register a listener to add a dummy contact when a button is clicked.
97 // Register a listener to display the first contact when a button is clicked.
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 92 // Sets the callback for when the button is clicked
119 // Sets the callback for when the button is clicked
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 71 Toast.makeText(this, title + ": Child " + childPos + " clicked in group " + groupPos,
76 Toast.makeText(this, title + ": Group " + groupPos + " clicked", Toast.LENGTH_SHORT).show();
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 50 //Create Intent to launch this Activity again if the notification is clicked.
67 // Cancel the notification when clicked
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
VisibilityMetadataFragment.java 144 * Invoked when {@link #mShowNotificationButton} is clicked.
155 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/
ContactsFragment.java 88 // Register a listener to add a dummy contact when a button is clicked.
97 // Register a listener to display the first contact when a button is clicked.
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
editable-list.html 140 * Handles remove item button clicked.
193 * Handles add item button clicked.
  /external/icu/icu4c/source/samples/layout/
cgnomelayout.c 130 gtk_signal_connect(GTK_OBJECT(okButton), "clicked",
133 gtk_signal_connect_object(GTK_OBJECT(cancelButton), "clicked",
gnomelayout.cpp 138 gtk_signal_connect(GTK_OBJECT(okButton), "clicked",
141 gtk_signal_connect_object(GTK_OBJECT(cancelButton), "clicked",
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SoundTest.java 83 public void clicked (InputEvent event, float x, float y) {
91 public void clicked (InputEvent event, float x, float y) {
  /external/opencv3/apps/annotation/
opencv_annotation.cpp 34 // If left button is clicked, start drawing a rectangle as long as mouse moves
38 // Action when left button is clicked
  /external/selinux/policycoreutils/gui/
modulesPage.py 67 self.enable_audit_button.connect("clicked", self.enable_audit)
69 self.new_button.connect("clicked", self.new_module)
  /frameworks/base/core/java/android/widget/
Button.java 26 * pressed, or clicked, by the user to perform an action.
68 * that was clicked.</p>

Completed in 1164 milliseconds

1 2 3 4 5 67 8 91011>>