/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/core/java/android/widget/ |
AdapterView.java | 126 * The listener that receives notifications when an item is clicked. 131 * The listener that receives notifications when an item is long clicked. 234 * AdapterView has been clicked. 240 * been clicked. 246 * @param view The view within the AdapterView that was clicked (this 249 * @param id The row id of the item that was clicked. 256 * been clicked. 266 * been clicked, or null id no callback has been set. 275 * @param view The view within the AdapterView that was clicked. 277 * @param id The row id of the item that was clicked [all...] |
Button.java | 30 * pressed, or clicked, by the user to perform an action. A typical use of a
|
ExpandableListView.java | 447 * Register a callback to be invoked when an item has been clicked and the 521 // Clicked on a header/footer, so ignore pass it on to super 531 * This will either expand/collapse groups (if a group was clicked) or pass 532 * on the click to the proper child (if a child was clicked) 672 * expandable list has been clicked. 677 * been clicked. 680 * @param v The view within the expandable list/ListView that was clicked 681 * @param groupPosition The group position that was clicked 682 * @param id The row id of the group that was clicked 697 * expandable list has been clicked [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetConfigure.java | 89 // When the button is clicked, save the string in our prefs and return that they 90 // clicked OK.
|
/external/wpa_supplicant/wpa_gui/ |
scanresults.ui | 136 <signal>clicked()</signal> 142 <signal>clicked()</signal>
|
eventhistory.ui | 106 <signal>clicked()</signal>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
scanresults.ui | 136 <signal>clicked()</signal> 142 <signal>clicked()</signal>
|
eventhistory.ui | 106 <signal>clicked()</signal>
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Tabs3.java | 44 // the tab is clicked.
|
/external/webkit/WebCore/manual-tests/ |
input-starved-by-timers.html | 48 button (or browser's menu) while UI is frozen: <button onclick="log('clicked')">Click Me</button> <hr>
|
stale-scrollbar-client-crash.html | 14 Each scrollbar will disappear when clicked, along with the box containing it, but the browser will not crash as you continue to drag.
|
onbeforeunload-close_with_javascript.html | 22 After the close button is clicked, you should see a dialog that reads:</p>
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRepository.java | 23 * Holds information about shortcuts (results the user has clicked on before), and returns
|
Logger.java | 40 * Called when a suggestion is clicked.
|
/external/webkit/WebKitTools/GtkLauncher/ |
main.c | 154 g_signal_connect (G_OBJECT (item), "clicked", G_CALLBACK (go_back_cb), NULL); 159 g_signal_connect (G_OBJECT (item), "clicked", G_CALLBACK (go_forward_cb), NULL); 172 g_signal_connect_swapped (G_OBJECT (item), "clicked", G_CALLBACK (activate_uri_entry_cb), (gpointer)uri_entry);
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-gallery.jd | 48 position of the View clicked (zero-based), and the row id of the item clicked (if applicable). All 50 tells us the index position of the item clicked. We do this with <code>Toast.makeText().show()</code>.
|
/frameworks/base/core/java/com/android/internal/app/ |
RingtonePickerActivity.java | 62 /** The position in the list of the last clicked item. */ 80 /** The Uri to play when the 'Default' item is clicked. */ 94 * On item clicked 97 // Save the position of most recently clicked item 116 * default is clicked
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ShowOrCreateActivity.java | 227 * when clicked. When clicked, this also closes the parent using 236 * @param intent Target {@link Intent} to launch when clicked.
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeExitDialog.java | 215 // User clicked Yes. Exit Emergency Callback Mode. 226 // User clicked No 243 // User clicked Dismiss
|
/external/clearsilver/ |
README.python | 45 # this is run automatically when the Foo submit button is clicked
|
/external/webkit/WebCore/manual-tests/inspector/ |
error-warning-count.html | 59 button you clicked.</p>
|
/external/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 86 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 87 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
|
/packages/apps/Contacts/src/com/android/contacts/ |
ScrollingTabWidget.java | 280 * user clicked on a tab indicator. 357 * if the tab was clicked/pressed or just focused into. 360 * @param clicked whether the selection changed due to a touch/click 364 void onTabSelectionChanged(int tabIndex, boolean clicked);
|