/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
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/autotest/frontend/client/src/autotest/tko/ |
FilterStringViewer.java | 128 private void changeEditable(boolean clicked) { 129 if (clicked) { 135 // was clicked (not on programmatic revert) 136 boolean userCancelled = filterEdited && clicked
|
/external/robolectric/v1/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,
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
UiBot.java | 118 * @param uiObject UI element to be clicked. 123 boolean clicked = uiObject.click(); 126 // assertTrue("could not click on object '" + description + "'", clicked); 128 Log.v(TAG, "onClick for " + description + ": " + clicked);
|
/frameworks/base/tests/UiBench/res/layout/ |
activity_transition_details.xml | 28 android:onClick="clicked"/>
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
ConditionalVo.java | 38 public void clicked(View view) { method in class:ConditionalVo
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
OnPhoneNumberPickerActionListener.java | 45 * Called when home menu in {@link ActionBar} is clicked by the user.
|
/packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/ |
MenuItemController.java | 56 * @param item The menu item being clicked.
|
/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/services/Car/car-support-lib/src/android/support/car/app/menu/ |
CarMenuCallbacks.java | 120 * Called when an item is clicked 122 * @param id Id of the item that is clicked 127 * Called when an item is long clicked 129 * @param id Id of the item that is long clicked
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
Dialog.java | 38 * to add a label to the content table and buttons to the button table, but any widgets can be added. When a button is clicked, 153 /** Adds a text button to the button table. Null will be passed to {@link #result(Object)} if this button is clicked. The dialog 160 * @param object The object that will be passed to {@link #result(Object)} if this button is clicked. May be null. */ 168 * @param object The object that will be passed to {@link #result(Object)} if this button is clicked. May be null. */ 179 * @param object The object that will be passed to {@link #result(Object)} if this button is clicked. May be null. */ 235 /** Hides the dialog. Called automatically when a button is clicked. The default implementation fades out the dialog over 400 261 /** Called when a button is clicked. The dialog will be hidden after this method returns unless {@link #cancel()} is called.
|
/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...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
MultiSelectContactsListFragment.java | 62 * Whether a search result was clicked by the user. Tracked so that we can distinguish 63 * between exiting the search mode after a result was clicked from existing w/o clicking 71 * Resets whether a search result was clicked by the user to false. 155 // Manually send clicked event if there is a checkbox. 206 * at the time the result in the given position was clicked.
|
/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...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AlertDialog.java | 204 * @param msg The {@link Message} to be sent when clicked. 602 * @param listener The listener that will be called when an item is clicked. 618 * @param listener The listener that will be called when an item is clicked. 644 * @param listener notified when an item on the list is clicked. The dialog will not be 645 * dismissed when an item is clicked. It will only be dismissed if clicked on a 670 * @param listener notified when an item on the list is clicked. The dialog will not be 671 * dismissed when an item is clicked. It will only be dismissed if clicked on a 698 * @param listener notified when an item on the list is clicked. The dialog will not b [all...] |
/frameworks/base/core/java/android/widget/ |
AdapterView.java | 135 * The listener that receives notifications when an item is clicked. 140 * The listener that receives notifications when an item is long clicked. 256 * AdapterView has been clicked. 262 * been clicked. 268 * @param view The view within the AdapterView that was clicked (this 271 * @param id The row id of the item that was clicked. 278 * been clicked. 288 * been clicked, or null id no callback has been set. 300 * @param view The view within the AdapterView that was clicked. 302 * @param id The row id of the item that was clicked [all...] |
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ |
README.md | 10 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/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
ElevationDragFragment.java | 84 /* Raise the circle in z when the "z+" button is clicked. */ 94 /* Lower the circle in z when the "z-" button is clicked. */
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/ |
README.md | 10 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/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/ |
ElevationDragFragment.java | 84 /* Raise the circle in z when the "z+" button is clicked. */ 94 /* Lower the circle in z when the "z-" button is clicked. */
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetConfigure.java | 88 // When the button is clicked, save the string in our prefs and return that they 89 // clicked OK.
|