HomeSort by relevance Sort by last modified time
    Searched full:button (Results 651 - 675 of 3903) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
ZoomControlsRuleTest.java 30 "android.widget.Button").id(draggedButtonId));
34 TestNode.create("android.widget.Button").id("@+id/Button01").bounds(
36 TestNode.create("android.widget.Button").id("@+id/Button02").bounds(
38 TestNode.create("android.widget.Button").id("@+id/Button03").bounds(
40 TestNode.create("android.widget.Button").id("@+id/Button04").bounds(
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 37 import android.widget.Button;
221 // Watch for button clicks.
222 Button button = (Button)findViewById(R.id.start); local
223 button.setOnClickListener(mStartListener);
224 button = (Button)findViewById(R.id.stop);
225 button.setOnClickListener(mStopListener);
268 Button mKillButton
284 Button button = (Button)findViewById(R.id.bind); local
523 Button button = (Button)findViewById(R.id.bind_normal); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 75 // Padding around the "Other Bookmarks" button.
203 g_signal_connect(event_box_.get(), "button-press-event",
270 // We pack the button manually (rather than using gtk_button_set_*) so that
289 g_signal_connect(sync_error_button_, "button-press-event",
489 GtkWidget* button = gtk_bin_get_child(GTK_BIN(item)); local
490 bookmark_utils::ConfigureButtonForNode(node, model, button, theme_service_);
513 // Create a button for each of the children on the bookmark bar.
790 GtkWidget* button = gtk_bin_get_child(GTK_BIN(item)); local
791 const BookmarkNode* node = GetNodeForToolButton(button);
868 GtkWidget* button = theme_service_->BuildChromeButton() local
903 GtkWidget* button = CreateBookmarkButton(node); local
908 gtk_container_add(GTK_CONTAINER(item), button); local
    [all...]
bookmark_menu_controller_gtk.h 72 // Button press and release events for a GtkMenu.
76 // Button release event for a GtkMenuItem.
80 // We connect this handler to the button-press-event signal for folder nodes.
83 // button-release-event.
91 // We respond to the activate signal because things other than mouse button
125 // Whether we should ignore the next button release event (because we were
129 // The widget we are showing for (i.e. the bookmark bar folder button).
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 28 import android.widget.Button;
61 private Button mLeftButton;
62 private Button mCenterButton;
63 private Button mRightButton;
80 mLeftButton = (Button) mRoot.findViewById(R.id.leftButton);
81 mCenterButton = (Button) mRoot.findViewById(R.id.centerButton);
82 mRightButton = (Button) mRoot.findViewById(R.id.rightButton);
94 assertTrue("center button should be right of left button",
96 assertTrue("right button should be right of center button"
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk_unittest.cc 55 // The stop/reload button starts in the "enabled reload" state with no timers
60 // Press the button. This should start the double-click timer.
66 // should cancel the double-click timer since the button is not hovered.
71 // Press the button again. This should change back to reload.
78 // Start by pressing the button.
81 // Try to press the button again. This should do nothing because the timer is
89 // Hover the button, and change mode. The visible mode should not change,
108 // Now change back to reload. This should result in a disabled stop button
114 // Un-hover the button, which should allow it to reset.
127 // Press the button. This should change back to reload despite the hover
    [all...]
menu_gtk.cc 55 void SetupButtonShowHandler(GtkWidget* button,
58 g_object_set_data(G_OBJECT(button), "button-model",
60 g_object_set_data(G_OBJECT(button), "button-model-id",
64 void OnSubmenuShowButtonImage(GtkWidget* widget, GtkButton* button) {
66 g_object_get_data(G_OBJECT(button), "menu-gtk-delegate"));
68 G_OBJECT(button), "button-image-idr"));
73 button, gtk_image_new_from_icon_set(icon_set
377 button, event_time); local
391 icon, button, event_time); local
531 GtkWidget* button = NULL; local
    [all...]
  /external/chromium/chrome/browser/ui/views/
reload_button_unittest.cc 54 // The stop/reload button starts in the "enabled reload" state with no timers
59 // Press the button. This should start the double-click timer.
66 // should cancel the double-click timer since the button is not hovered.
71 // Press the button again. This should change back to reload.
78 // Start by pressing the button.
82 // Try to press the button again. This should do nothing because the timer is
90 // Hover the button, and change mode. The visible mode should not change,
110 // Now change back to reload. This should result in a disabled stop button
116 // Un-hover the button, which should allow it to reset.
131 // Press the button. This should change back to reload despite the hover
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 26 import android.widget.Button;
40 private Button mClickToScrollFromAbove;
41 private Button mClickToScrollToUpperBlob;
47 private Button mClickToScrollToBlobLowerBlob;
48 private Button mClickToScrollFromBelow;
61 mClickToScrollFromAbove = (Button) a.findViewById(R.id.scrollToRectFromTop);
62 mClickToScrollToUpperBlob = (Button) a.findViewById(R.id.scrollToRectFromTop2);
66 mClickToScrollToBlobLowerBlob = (Button) a.findViewById(R.id.scrollToRectFromBottom2);
67 mClickToScrollFromBelow = (Button) a.findViewById(R.id.scrollToRectFromBottom);
136 // go to bottom button
    [all...]
  /packages/apps/Calculator/res/values/
strings.xml 42 <!-- Button name on screen to delete the last entered digit or operator -->
44 <!-- Button name on screen to clear the entire calculation field. [CHAR LIMIT=6] -->
46 <!-- Do not translate. Unicode division sign; don't translate. Displayed as button on screen. -->
48 <!-- Do not translate. Unicode multiplication sign; don't translate. Displayed as button on screen. -->
50 <!-- Do not translate. Plus sign, displayed as button on screen -->
52 <!-- Do not translate. Unicode minus sign; don't translate. Displayed as button on screen. -->
54 <!-- Do not translate. Decimal point; don't translate. Displayed as button on screen. -->
56 <!-- Do not translate. Equal sign; don't translate. Displayed as button on screen. -->
58 <!-- Do not translate. Down arrow; don't translate. Displayed as button on screen. -->
67 <!-- Do not translate. Unicode pi sign; don't translate. Displayed as button on screen. --
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java 24 import android.widget.Button;
28 * A button with more than two states. When the button is pressed
35 * MultiStateButton Attributes}, {@link android.R.styleable#Button Button
41 public class MultiStateButton extends Button {
42 //The current state for this button, ranging from 0 to maxState-1
44 //The maximum number of states allowed for this button.
49 //A list of all drawable resources used by this button in the order it uses them.
66 //TODO add a more generic default button
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 28 import android.widget.Button;
43 private Button mCreateContactButton;
44 private Button mAddAccountButton;
45 private Button mImportContactsButton;
46 private Button mUninstallAppsButton;
47 private Button mRetryUpgradeButton;
60 mCreateContactButton = (Button) mView.findViewById(R.id.create_contact_button);
62 mAddAccountButton = (Button) mView.findViewById(R.id.add_account_button);
64 mImportContactsButton = (Button) mView.findViewById(R.id.import_contacts_button);
66 mUninstallAppsButton = (Button) mView.findViewById(R.id.import_failure_uninstall_button)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List8.java 28 import android.widget.Button;
57 // Wire up the clear button to remove all photos
58 Button clear = (Button) findViewById(R.id.clear);
65 // Wire up the add button to add a new photo
66 Button add = (Button) findViewById(R.id.add);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 26 import android.widget.Button;
30 * A simple activity that shows a "Pick Contact" button and two fields: contact's name
31 * and phone number. The user taps on the Pick Contact button to bring up
58 // Install a click handler on the Pick Contact button
59 Button pickContact = (Button)findViewById(R.id.pick_contact_button);
69 * Click handler for the Pick Contact button. Invokes a contact picker activity.
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 27 // Called when dialog "OK" button is pressed.
30 // Called when dialog "Cancel" button is pressed.
48 MessageBoxFlags::DialogButton button) const;
50 MessageBoxFlags::DialogButton button) const;
102 // Called to determine if "Connect" button should be enabled.
105 // Called when "Connect" button is clicked.
109 // Called when "Cancel" button is clicked.
  /external/chromium/chrome/browser/resources/options/
autofill_edit_address_overlay.html 101 <div class="action-area button-strip">
102 <button type="reset" id="autofill-edit-address-cancel-button"
103 i18n-content="cancel"></button>
104 <button type="submit" id="autofill-edit-address-apply-button" disabled
105 i18n-content="ok"></button>
  /external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell.h 17 // Base class for button cells for toolbar and bookmark bar.
19 // This is a button cell that handles drawing/highlighting of buttons.
30 // Draws like a standard button, except when clicked where the interior
39 // Pulsing state for this button.
87 // Gets the path which tightly bounds the outside of the button. This is needed
89 // the background of the button is drawn by someone else.
112 // An image that will be drawn after the normal content of the button cell,
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 14 #include "views/controls/button/button.h"
81 virtual void ButtonPressed(views::Button* sender, const views::Event& event);
98 // Handle the message when the user presses a button.
99 void HandleButtonPressed(views::Button* sender);
134 // Button to bring up the editor.
137 // Button to close the window.
  /external/webkit/Source/WebCore/manual-tests/
scrollIntoView-vertical.html 10 Following the numbered steps, click each button to scroll the specified colored box into view.</p>
13 A colored box should scroll into view after clicking each button. The text on the button specifies the expected position (top, bottom) of the box scrolled into view.</p>
20 <input type="button" value="STEP 1: click to scroll yellow box to BOTTOM of view" onclick="document.getElementById('yellowbox').scrollIntoView(false);">
21 <input type="button" value="STEP 4: click to scroll orange box to TOP of view" onclick="document.getElementById('orangebox').scrollIntoView(true);">
27 <input type="button" value="STEP 3: click to scroll purple box to TOP of view" onclick="document.getElementById('purplebox').scrollIntoView();">
33 <input type="button" value="STEP 2: click to scroll green box to TOP of view" onclick="document.getElementById('greenbox').scrollIntoView(true);">
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallbackTest.java 24 import android.widget.Button;
37 private Button mVisible;
38 private Button mInvisible;
39 private Button mGone;
54 mVisible = (Button) a.findViewById(R.id.vis);
55 mInvisible = (Button) a.findViewById(R.id.invis);
56 mGone = (Button) a.findViewById(R.id.gone);
VisibilityTest.java 25 import android.widget.Button;
38 private Button mVisible;
39 private Button mInvisible;
40 private Button mGone;
54 mVisible = (Button) a.findViewById(R.id.vis);
55 mInvisible = (Button) a.findViewById(R.id.invis);
56 mGone = (Button) a.findViewById(R.id.gone);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesCloseTest.java 54 assertTrue("first button of first list item should have focus",
60 assertTrue("first button of second item should be on screen",
70 assertTrue("focus should have moved to second button of first item",
79 assertTrue("focus should have moved back to first button of first item",
95 assertTrue("first button of second item should have focus",
106 assertTrue("first button of second item should have focus",
112 assertTrue("second button of first item should have focus",
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 30 import android.widget.Button;
75 Button button = new Button(this); local
76 button.setText("Remove/Add");
77 button.setOnClickListener(new View.OnClickListener() {
94 mContent.addView(button, new FrameLayout.LayoutParams(
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 28 * A button that will repeatedly call a 'listener' method
29 * as long as the button is pressed.
53 * Sets the listener to be called while the button is pressed and
131 * specified in setRepeatListener(), for as long as the button
133 * @param v The button as a View.
134 * @param duration The number of milliseconds the button has been pressed so far.
137 * just stopped pressing the button), the value will be -1.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 19 import org.eclipse.swt.widgets.Button;
37 private Button mEnableButton;
92 * Finds the first button of style Checkbox in the given parent composite.
95 private Button findCheckbox(Composite parent) {
97 if (control instanceof Button && (control.getStyle() & SWT.CHECK) == SWT.CHECK) {
98 return (Button) control;
100 Button found = findCheckbox((Composite) control);

Completed in 1016 milliseconds

<<21222324252627282930>>