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

1 2 3 4 5 67 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 74 * "Fail" buttons that can be clicked to show the information dialog again.
300 // Show the middle "info" button and make it show the info dialog when clicked.
398 /** Set the test result corresponding to the button clicked and finish the activity. */
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 171 * Invoked when {@link #mShowNotificationButton} is clicked.
200 * Invoked when {@link #mShowNotificationButton} is clicked.
213 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
HeadsUpNotificationFragment.java 95 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 171 * Invoked when {@link #mShowNotificationButton} is clicked.
200 * Invoked when {@link #mShowNotificationButton} is clicked.
213 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
HeadsUpNotificationFragment.java 95 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 171 * Invoked when {@link #mShowNotificationButton} is clicked.
200 * Invoked when {@link #mShowNotificationButton} is clicked.
213 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlertDialog.java 161 * @return the items that are available to be clicked on
188 * @return an array indicating which items are and are not clicked on a multi-choice dialog
197 * @return return the index of the checked item clicked on a single-choice dialog
  /frameworks/base/docs/html/training/tv/playback/
details.jd 16 <li><a href="#item-listener">Define a Listener for Clicked Items</a></li>
206 <h3 id="item-listener">Define a Listener for Clicked Items</h3>
238 System.out.println("Media Item clicked: " + item.toString());
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsIntent.java 105 * clicked. The custom tab will be calling {@link PendingIntent#send()} on clicks after adding
229 * @param pendingIntent Pending intent delivered when the menu item is clicked.
245 * @param pendingIntent pending intent delivered when the button is clicked.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 332 if (DBG) Log.d(TAG, "Search clicked, query=" + query);
353 if (DBG) Log.d(TAG, "Voice Search clicked");
430 if (DBG) Log.d(TAG, "query refine clicked, pos " + id);
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/apol/
terulequery.py 98 self.buttonBox.clicked.connect(self.run)
99 self.clear_ruletypes.clicked.connect(self.clear_all_ruletypes)
100 self.all_ruletypes.clicked.connect(self.set_all_ruletypes)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
KeyguardDisabledFeaturesActivity.java 73 // 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/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/MessagingService/
template-params.xml 89 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.

Completed in 260 milliseconds

1 2 3 4 5 67 8 91011>>