HomeSort by relevance Sort by last modified time
    Searched refs:Button (Results 901 - 925 of 1156) sorted by null

<<31323334353637383940>>

  /packages/services/Telephony/src/com/android/phone/
EditFdnContactScreen.java 44 import android.widget.Button;
78 private Button mButton;
250 mButton = (Button) findViewById(R.id.button);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 91 self.ok_button = Button(self.botframe,
95 self.filter_button = Button(self.botframe,
99 self.cancel_button = Button(self.botframe,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 91 self.ok_button = Button(self.botframe,
95 self.filter_button = Button(self.botframe,
99 self.cancel_button = Button(self.botframe,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 44 import org.eclipse.swt.widgets.Button;
73 private Button mNewResButton;
143 // create the "New Resource" button
155 * Creates the "New Resource" button.
159 mNewResButton = new Button(top, SWT.NONE);
269 * Updates the new res button when the list selection changes.
270 * The name of the button changes depending on the resource.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 41 import org.eclipse.swt.widgets.Button;
54 private Button mCreateToggle;
107 mCreateToggle = new Button(container, SWT.CHECK);
290 // Ensure that the Finish button isn't enabled until
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 29 import org.eclipse.swt.widgets.Button;
92 final Button browse = new Button(c, SWT.NONE);
  /development/apps/Development/src/com/android/development/
ShowActivity.java 30 import android.widget.Button;
  /external/chromium_org/ash/ime/
candidate_view_unittest.cc 11 #include "ui/views/controls/button/button.h"
105 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 62 // Give the stop button the space it requests.
79 views::Button* sender,
  /external/chromium_org/ash/system/tray/
tray_notification_view.cc 14 #include "ui/views/controls/button/image_button.h"
70 // Close button
131 void TrayNotificationView::ButtonPressed(views::Button* sender,
  /external/chromium_org/ash/test/
child_modal_window.cc 11 #include "ui/views/controls/button/label_button.h"
200 void ChildModalParent::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 16 #include "ui/views/controls/button/button.h"
58 virtual void ButtonPressed(views::Button* sender,
97 // Update state of the Login button.
wifi_config_view.h 21 #include "ui/views/controls/button/button.h"
69 virtual void ButtonPressed(views::Button* sender,
155 // Updates state of the Login button.
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_dialog_contents_view.cc 21 #include "ui/views/controls/button/label_button.h"
29 // Margin of the close button from the top right-hand corner of the dialog.
78 // Bind the ESCAPE key to trigger selecting the close button.
113 // Place the close button in the top right-hand corner.
144 void AppListDialogContentsView::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/extensions/
bundle_installed_bubble.cc 18 #include "ui/views/controls/button/image_button.h"
58 0); // no min width (only holds close button)
92 // The close button should be in the second column of the first row, so
124 views::ImageButton* button = new views::ImageButton(listener); local
125 button->SetImage(views::CustomButton::STATE_NORMAL,
127 button->SetImage(views::CustomButton::STATE_HOVERED,
129 button->SetImage(views::CustomButton::STATE_PRESSED,
131 layout->AddView(button);
145 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.h 16 #include "ui/views/controls/button/button.h"
17 #include "ui/views/controls/button/menu_button_listener.h"
66 virtual void ButtonPressed(views::Button* sender, const ui::Event& event)
110 // Creates, adds and returns a new image button with |this| as its listener.
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 11 #include "ui/views/controls/button/label_button.h"
92 // the close button is the last child.
96 void ConfirmInfoBar::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.h 15 #include "ui/views/controls/button/menu_button.h"
16 #include "ui/views/controls/button/menu_button_listener.h"
52 virtual void OnBrowserActionExecuted(BrowserActionButton* button) = 0;
66 BrowserActionButton* button() { return button_; } function in class:BrowserActionView
68 // Gets browser action button icon with the badge.
88 // The button this view contains.
102 // loading the image for the button asynchronously on the file thread.
109 // The IconObserver will receive a notification when the button's icon has
136 // Does this button's action have a popup?
145 virtual void ButtonPressed(views::Button* sender
    [all...]
toolbar_view.h 19 #include "ui/views/controls/button/menu_button.h"
20 #include "ui/views/controls/button/menu_button_listener.h"
135 virtual void ButtonPressed(views::Button* sender,
223 // Updates the severity level on the wrench menu button.
240 // Controls whether or not a home button should be shown on the toolbar.
  /external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view.h 18 #include "ui/views/controls/button/button.h"
60 virtual void ButtonPressed(views::Button* sender,
129 // Handles the event when the user presses a button.
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 113 // Helper to simulate a left button mouse click.
118 int modifiers, blink::WebMouseEvent::Button button, int x, int y);
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.cc 94 int WebMouseEventButtonToFlags(blink::WebMouseEvent::Button button) {
95 switch (button) {
119 int flags = WebMouseEventButtonToFlags(web_mouse.button);
  /external/chromium_org/ui/views/examples/
bubble_example.cc 9 #include "ui/views/controls/button/label_button.h"
88 void BubbleExample::ButtonPressed(Button* sender, const ui::Event& event) {
table_example.cc 14 #include "ui/views/controls/button/checkbox.h"
162 void TableExample::ButtonPressed(Button* sender, const ui::Event& event) {
textfield_example.cc 11 #include "ui/views/controls/button/label_button.h"
105 void TextfieldExample::ButtonPressed(Button* sender, const ui::Event& event) {

Completed in 1431 milliseconds

<<31323334353637383940>>