/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/ |
ui-events.jd | 88 // do something when the button is clicked 114 // do something when the button is clicked
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/ |
ui-events.jd | 88 // do something when the button is clicked 114 // do something when the button is clicked
|
/frameworks/support/v14/preference/src/android/support/v14/preference/ |
PreferenceDialogFragment.java | 69 /** Which button was clicked. */ 181 * Prepares the dialog builder to be shown when the preference is clicked.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
HeadersFragment.java | 47 * Interface definition for a callback to be invoked when a header item is clicked. 51 * Called when a header item has been clicked.
|
HeadersSupportFragment.java | 49 * Interface definition for a callback to be invoked when a header item is clicked. 53 * Called when a header item has been clicked.
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/ |
ActionMode.java | 235 * contextual action button is clicked</li> 266 * @param item The item that was clicked
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
PopupMenu.java | 270 * This method will be invoked when a menu item is clicked if the item 273 * @param item the menu item that was clicked
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
PreferenceDialogFragmentCompat.java | 68 /** Which button was clicked. */ 180 * Prepares the dialog builder to be shown when the preference is clicked.
|
/packages/apps/Calendar/res/values/ |
colors.xml | 122 <!-- Text color of a clicked event in the day/week view --> 124 <!-- background color for for clicked days in month view-->
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingListView.java | 98 * partially off screen when it is first clicked, it is translated such that its 143 * This method expands the view that was clicked and animates all the views 293 /* Adds animation for expanding the cell that was clicked. */ 352 * This method collapses the view that was clicked and animates all the views 356 * 1. Update the layout parameters of the view clicked so as to minimize its height 486 /* Adds animation for collapsing the cell that was clicked. */
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
IOSInput.java | 468 public void clicked (UIAlertView view, long clicked) { 469 if (clicked == 0) { 470 // user clicked "Cancel" button 472 } else if (clicked == 1) { 473 // user clicked "Ok" button
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpManager.java | 370 * that a user might have consciously clicked on it. 568 public static void setIsClickedNotification(View child, boolean clicked) { 569 child.setTag(TAG_CLICKED_NOTIFICATION, clicked ? true : null); 573 Boolean clicked = (Boolean) child.getTag(TAG_CLICKED_NOTIFICATION); local 574 return clicked != null && clicked;
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
sepolicy.glade | 102 <signal name="clicked" handler="on_file_equiv_button_clicked" swapped="no"/> 119 <signal name="clicked" handler="on_app/users_button_clicked" swapped="no"/> 136 <signal name="clicked" handler="on_app/system_button_clicked" swapped="no"/> 193 <signal name="clicked" handler="on_choose_file" swapped="no"/> 380 <signal name="clicked" handler="on_retry_button_files_clicked" swapped="no"/> 546 <signal name="clicked" handler="on_save_changes_file_equiv_clicked" swapped="no"/> 561 <signal name="clicked" handler="on_cancel_popup_clicked" swapped="no"/> 691 <signal name="clicked" handler="on_save_changes_files_clicked" swapped="no"/> 706 <signal name="clicked" handler="on_cancel_popup_clicked" swapped="no"/> [all...] |
/external/selinux/policycoreutils/gui/ |
system-config-selinux.glade | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 97 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect())); 98 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); 99 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB())); 104 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork())); 105 connect(editNetworkButton, SIGNAL(clicked()), this, 107 connect(removeNetworkButton, SIGNAL(clicked()), this, 115 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan())); 120 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc())); 121 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin())); 124 connect(wpsApPinButton, SIGNAL(clicked()), this, SLOT(wpsApPin())) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/util/ |
ListScenario.java | 283 * Override this if you want to know when something has been clicked (perhaps 292 * Override this if you want to know when something has been long clicked (perhaps 416 * Attaches a long press listener. You can find out which views were clicked by calling
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoThumbnailFragment.java | 275 * This implementation detects the View that was clicked and retrieves its picture URL. 280 // Returns a one-row cursor for the data that backs the View that was clicked. 287 * Creates a new Intent to get the full picture for the thumbnail that the user clicked.
|
/external/autotest/client/tests/kvm/tests/ |
stepmaker.py | 68 self.button_break.connect("clicked", self.event_break_clicked) 73 self.button_done.connect("clicked", self.event_done_clicked) 81 self.button_capture.connect("clicked", self.event_capture_clicked)
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
ShaderCollectionTest.java | 310 public void clicked (InputEvent event, float x, float y) {
323 public void clicked (InputEvent event, float x, float y) {
336 public void clicked (InputEvent event, float x, float y) {
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListScenario.java | 283 * Override this if you want to know when something has been clicked (perhaps 292 * Override this if you want to know when something has been long clicked (perhaps 418 * Attaches a long press listener. You can find out which views were clicked by calling
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthByWeekAdapter.java | 72 float mClickedXLocation; // Used to find which day was clicked 332 // Animate a click - on down: show the selected day in the "clicked" color. 333 // On Up/scroll/move/cancel: hide the "clicked" color.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ActionableToastBar.java | 189 * @param listener Performs some action when the action button is clicked. 258 // Hide view once it's clicked. 456 * Classes that wish to perform some action when the action button is clicked
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
StatusBarNotifications.java | 206 .setContentIntent(makeMoodIntent(moodId)); // The intent to send clicked 264 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
|
/external/autotest/client/virt/ |
virt_step_editor.py | 286 button.connect("clicked", self.event_clear_clicked) [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ViewTest.java | 115 assertTrue(clickListener.clicked); 124 assertTrue(clickListener.clicked);
|