HomeSort by relevance Sort by last modified time
    Searched full:clicked (Results 126 - 150 of 1123) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/widget/
AdapterView.java 132 * The listener that receives notifications when an item is clicked.
137 * The listener that receives notifications when an item is long clicked.
244 * AdapterView has been clicked.
250 * been clicked.
256 * @param view The view within the AdapterView that was clicked (this
259 * @param id The row id of the item that was clicked.
266 * been clicked.
276 * been clicked, or null id no callback has been set.
287 * @param view The view within the AdapterView that was clicked.
289 * @param id The row id of the item that was clicked
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 134 * The listener that receives notifications when an item is clicked.
139 * The listener that receives notifications when an item is long clicked.
241 * AdapterView has been clicked.
247 * been clicked.
253 * @param view The view within the AdapterView that was clicked (this
256 * @param id The row id of the item that was clicked.
277 * been clicked.
287 * been clicked, or null id no callback has been set.
296 * @param view The view within the AdapterView that was clicked.
298 * @param id The row id of the item that was clicked
    [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values/
strings.xml 30 <string name="test2_description">This helps test selection of button using Instance, Text and Content Description. Once clicked, a dialog pops up to verify the properties of button clicked.</string>
  /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.
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 83 mShowText.setText("Show clicked at " + mShowTime);
88 mHideText.setText("Hide clicked at " + mHideTime);
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 105 // Called when "Connect" button is clicked.
109 // Called when "Cancel" button is clicked.
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 53 g_signal_connect(link, "clicked", G_CALLBACK(OnLinkClickedThunk), this);
69 g_signal_connect(button, "clicked",
  /external/chromium_org/ash/system/user/
tray_user.h 47 ACTIVE, // The item was clicked and can add a user.
48 ACTIVE_BUT_DISABLED // The item was clicked anc cannot add a user.
  /external/chromium_org/chrome/browser/resources/ntp4/
suggestions_page.css 99 /* The thumbnail gets lighter when clicked, but not when the click is on the
105 /* The thumbnail gets a shadow when clicked, but not when the click is on the
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 71 signals()->Connect(link, "clicked", G_CALLBACK(OnLinkClickedThunk), this);
94 signals()->Connect(button, "clicked",
  /external/chromium_org/chrome/browser/ui/gtk/
manage_passwords_bubble_gtk.cc 77 g_signal_connect(nope_button, "clicked",
81 g_signal_connect(save_button, "clicked",
  /external/chromium_org/remoting/webapp/
butter_bar.js 123 * @param {boolean} accepted True if the user clicked the "accept" link;
124 * false if they clicked the close icon.
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorSuggestionListAdapter.java 29 * The callback used to indicate the user has clicked on a suggestion.
36 * @param suggestion The suggestion that was clicked.
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java 88 public void onClick(View clicked) {
90 new MenuPopupHelper(getContext(), mActionMode.mMenu, clicked).show();
  /frameworks/base/docs/html/guide/topics/ui/controls/
checkbox.jd 69 // Check which checkbox was clicked
94 android.view.View} that was clicked)</li>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
AbstractTestListActivity.java 63 /** Launch the activity when its {@link ListView} item is clicked. */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentListArray.java 57 Log.i("FragmentList", "Item clicked: " + id);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(),
Tabs3.java 44 // the tab is clicked.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentListArraySupport.java 58 Log.i("FragmentList", "Item clicked: " + id);
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.h 34 // Called when a panel header is clicked with the affected container. This
  /external/chromium/chrome/browser/debugger/manual_tests/
error-warning-count.html 57 button you clicked.</p>
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 19 // it should open when clicked.
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_button.mm 25 // Override to show a context menu on mouse down if clicked over the context
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.h 20 // When clicked, these buttons will navigate forward or backward. When

Completed in 1667 milliseconds

1 2 3 4 56 7 8 91011>>