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

12 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 32 * This sample shows a view that is revealed when a button is clicked.
51 // Set a listener to reveal the view when clicked.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/
template-params.xml 62 This sample displays a list of items and for each item, an icon can be clicked. When it is clicked, a pop up menu is shown, placed below the item, using the [PopupMenu][1] from the v7 appcompat support library.
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsUnitTest.java 55 // When "Create new Document" Button is clicked
76 // When "Create new Document" Button is clicked
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 32 * This sample shows a view that is revealed when a button is clicked.
51 // Set a listener to reveal the view when clicked.
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/res/values/
strings.xml 62 <string name="example_action_clicked">Example action clicked</string>
63 <string name="example_reply_action_clicked">Example reply action clicked</string>
64 <string name="phone_action_clicked">Phone action clicked</string>
65 <string name="wearable_action_clicked">Wearable action clicked</string>
66 <string name="second_child_action_clicked">Second child action clicked</string>
67 <string name="content_intent_clicked">Content intent clicked</string>
68 <string name="example_content_action_clicked">Example content action clicked</string>
69 <string name="example_content_action2_clicked">Example content action 2 clicked</string>
  /development/samples/browseable/Notifications/Application/res/values/
strings.xml 62 <string name="example_action_clicked">Example action clicked</string>
63 <string name="example_reply_action_clicked">Example reply action clicked</string>
64 <string name="phone_action_clicked">Phone action clicked</string>
65 <string name="wearable_action_clicked">Wearable action clicked</string>
66 <string name="second_child_action_clicked">Second child action clicked</string>
67 <string name="content_intent_clicked">Content intent clicked</string>
68 <string name="example_content_action_clicked">Example content action clicked</string>
69 <string name="example_content_action2_clicked">Example content action 2 clicked</string>
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
RevealEffectBasicFragment.java 32 * This sample shows a view that is revealed when a button is clicked.
51 // Set a listener to reveal the view when clicked.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 56 assertFalse("Item seems to have been clicked before we clicked on it", mActivity
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
RequireScrollHelper.java 29 * clicked, the scroll view will be scrolled one page down.
37 * button will scroll the scrollView downwards when clicked until the bottom is reached.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastOptOutActivity.java 52 Log.d(TAG, "User clicked Yes");
60 Log.d(TAG, "User clicked No");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags 26 # User clicked on a suggestion
27 # @param id Suggestion ID; a 0-based index of the clicked suggestion if the suggestion list is flat;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java 68 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
76 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader3.java 104 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
107 showAlert(null, "You clicked stop!", "ok", null, false, null);
123 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
126 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader4.java 114 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
117 showAlert(null, "You clicked stop!", "ok", null, false, null);
137 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
140 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
  /development/samples/training/testingfun/app/res/values/
strings.xml 30 <string name="info_text">Button clicked!</string>
  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson3/
ClickFunActivity.java 27 * Activity which shows a "click me" button. When the button is clicked, a TextView is shown below
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceTest.java 37 private boolean clicked = false; field in class:PreferenceTest
201 clicked = true;
207 assertThat( clicked, equalTo(false));
209 assertThat( clicked, equalTo(true));
  /frameworks/base/core/java/android/text/style/
ClickableSpan.java 25 * text can be selected. If clicked, the {@link #onClick} method will
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchManyTest.java 111 assertEquals("Incorrect view position reported being clicked", i,
113 assertEquals("View falsely reported being long clicked", -1,
138 assertEquals("Incorrect view position reported being long clicked", i,
140 assertEquals("View falsely reported being clicked", -1,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java 48 * Called when home menu in {@link ActionBar} is clicked by the user.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeNormal.java 42 // The user clicked on an item in the the list, start an activity to view it
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 124 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
146 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
188 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Stopwatch"))
198 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on calendar event"))
221 ToastService.getPendingIntent(this, "Clicked on bigPicture"))
242 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Email"))
253 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Twitter"))
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
206 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
284 ToastService.getPendingIntent(mContext, "Clicked on Answer"))
286 ToastService.getPendingIntent(mContext, "Clicked on Ignore"))
299 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch"))
314 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on calendar event"))
341 ToastService.getPendingIntent(mContext, "Clicked picture"))
358 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Mail"))
376 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Social")
    [all...]
  /frameworks/base/core/java/android/app/
AlertDialog.java 305 * @param msg The {@link Message} to be sent when clicked.
758 * @param listener The listener that will be called when an item is clicked.
774 * @param listener The listener that will be called when an item is clicked.
800 * @param listener notified when an item on the list is clicked. The dialog will not be
801 * dismissed when an item is clicked. It will only be dismissed if clicked on a
    [all...]

Completed in 539 milliseconds

12 3 4 5 6 7 8 91011>>