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

1 2 3 4 5 6 7 891011>>

  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 233 // User clicked Yes. Exit Emergency Callback Mode.
244 // User clicked No
261 // User clicked Dismiss
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerNegativeTestActivity.java 84 * a button is clicked, but ACTION_PROVISION_MANAGED_DEVICE requires to be fired by
DisallowAppsControlActivity.java 69 // Pass and fail buttons are known to call finish() when clicked, and this is when we want to
KeyguardDisabledFeaturesActivity.java 84 // Pass and fail buttons are known to call finish() when clicked, and this is when we want to
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
UpdateRecommendationsService.java 44 * when they're clicked from Recommendations section on Home screen
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 58 * Called when an item in the {@link android.widget.GridView} is clicked. Here will launch the
  /developers/build/prebuilts/gradle/BasicContactables/
README.md 10 This sample displays a [SearchView][1] in the Action Bar when the search icon is clicked. It then implements the [LoaderManager.LoaderCallbacks][2] interface to query the contacts table, using a [CursorLoader][3].
  /developers/build/prebuilts/gradle/CustomNotifications/
README.md 17 - Create Intent to launch Activity when notification is clicked.
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java 135 * Override performClick() so that we can toggle the checked state when the view is clicked
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 95 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java 48 * when the 'Show Camera' button is clicked to display the camera preview.
52 * clicked to display the first contact in the contacts database and to add a dummy contact
113 * Called when the 'show camera' button is clicked.
174 * Called when the 'show camera' button is clicked.
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 65 * Setup the 'next' button. The counter is incremented when clicked and
  /developers/samples/android/content/contacts/BasicContactables/
README.md 10 This sample displays a [SearchView][1] in the Action Bar when the search icon is clicked. It then implements the [LoaderManager.LoaderCallbacks][2] interface to query the contacts table, using a [CursorLoader][3].
template-params.xml 68 This sample displays a [SearchView][1] in the Action Bar when the search icon is clicked. It then implements the [LoaderManager.LoaderCallbacks][2] interface to query the contacts table, using a [CursorLoader][3].
  /developers/samples/android/notification/CustomNotifications/
README.md 17 - Create Intent to launch Activity when notification is clicked.
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 95 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /developers/samples/android/notification/MessagingService/
template-params.xml 100 MessagingFragment is shown to the user. Depending on the button clicked, the MessagingService is
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java 48 * when the 'Show Camera' button is clicked to display the camera preview.
52 * clicked to display the first contact in the contacts database and to add a dummy contact
113 * Called when the 'show camera' button is clicked.
174 * Called when the 'show camera' button is clicked.
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 58 * Called when an item in the {@link android.widget.GridView} is clicked. Here will launch the
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java 135 * Override performClick() so that we can toggle the checked state when the view is clicked
  /developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 65 * Setup the 'next' button. The counter is incremented when clicked and
  /development/samples/ApiDemos/res/layout/
image_details.xml 14 android:onClick="clicked"
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransition.java 117 public void clicked(View v) { method in class:ActivityTransition
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarSettingsActionProviderActivity.java 107 // action bar is clicked and the host activity did not handle the click.
LocalService.java 114 .setContentIntent(contentIntent) // The intent to send when the entry is clicked

Completed in 686 milliseconds

1 2 3 4 5 6 7 891011>>