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

<<41424344454647

  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 34 import android.widget.Button;
158 // Create a button to save the profile.
167 // Create a button to connect the network.
172 // Always provide a cancel button.
179 // Disable the action button if necessary.
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 43 import android.widget.Button;
57 private Button mButton;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js 61 ButtonClicked: "button-clicked-",
438 var Button = declareInterfaceClass(ButtonImpl);
489 var id = "button-" + extensionServer.nextObjectId();
499 return new Button(id);
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 82 """ Radio button control """
239 """ Combo box with file open button """
250 self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]+MacOffset()), size=(BUTWIDTH,self.cmb.GetSize()[1]))
307 """ Capture a filename with a button to browse for a file """
317 self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]), size=(BUTWIDTH,self.txt.GetSize()[1]))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 70 import org.eclipse.swt.widgets.Button;
115 private Button mOkButton;
326 // Don't make the OK button default as in most dialogs, since when you press
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 87 import android.widget.Button;
356 private Button emailAttendeesButton;
560 View button = mView.findViewById(R.id.change_color); local
561 if (button != null && mColors.length > 0) {
562 button.setEnabled(true);
563 button.setVisibility(View.VISIBLE);
1799 View button; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 47 #include "ui/views/controls/button/blue_button.h"
48 #include "ui/views/controls/button/image_button.h"
49 #include "ui/views/controls/button/label_button.h"
50 #include "ui/views/controls/button/menu_button.h"
129 // A custom button that allows for setting a background color when hovered over.
190 // A custom Image control that shows a "change" button when moused over.
214 // Button overlay that appears when hovering over the image.
260 // Button that is shown when hovering over the image view. Can be NULL if
304 // Textfield that overlaps the button.
318 // Hide the editable textfield to show the profile name button instead
1160 views::LabelButton* button = new BackgroundColorHoverButton( local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 46 import android.widget.Button;
136 // manually change focus on KeyEvent.ACTION_UP (to prevent holding down the DOWN button and
151 private Button mNewMessageBar;
450 mNewMessageBar = (Button) mConversationContainer.findViewById(
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 47 #include "ui/views/controls/button/checkbox.h"
348 ui::DialogButton button) const {
349 if (button == ui::DIALOG_BUTTON_OK)
351 return views::DialogDelegateView::GetDialogButtonLabel(button);
355 ui::DialogButton button) const {
356 if (button == ui::DIALOG_BUTTON_OK)
411 void CreateApplicationShortcutView::ButtonPressed(views::Button* sender,
424 // When no checkbox is checked we should not have the action button enabled.
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.cc 41 #include "ui/views/controls/button/image_button.h"
112 // Icon and Heading are always shown (as well as the close button).
225 // Add the Close button (for all flavors).
236 virtual void ButtonPressed(views::Button* sender,
463 // x-1 & y-1 is just slop to get the close button visually aligned with the
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 59 // How far the new avatar button is from the left of the minimize button.
66 // In restored mode, the New Tab button isn't at the same height as the caption
70 // In maximized mode, where the New Tab button and the caption buttons are at
113 // The new avatar button is optionally displayed to the left of the
114 // minimize button.
224 // See if the point is within the avatar menu button or within the avatar
287 void GlassBrowserFrameView::ButtonPressed(views::Button* sender,
457 // We need to offset the button correctly in maximized mode, so that the
472 // use the incognito icon to layout the avatar button. The profile ico
    [all...]
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 232 ClickOnControl("auth-button");
338 // The Me2Me "Get Start" button should be visible.
376 EXPECT_TRUE(HtmlElementVisible("client-reconnect-button"));
377 EXPECT_TRUE(HtmlElementVisible("client-finished-me2me-button"));
379 ClickOnControl("client-finished-me2me-button");
426 int modifiers, blink::WebMouseEvent::Button button, int x, int y) {
447 button,
741 ClickOnControl("pin-connect-button");
784 if (HtmlElementVisible("host-needs-update-connect-button"))
    [all...]
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 22 #include "ui/views/controls/button/image_button.h"
43 // The titlebar never shrinks too short to show the caption button plus some
73 void LayoutButton(ImageButton* button, const gfx::Rect& bounds) {
74 button->SetVisible(true);
75 button->SetImageAlignment(ImageButton::ALIGN_LEFT,
77 button->SetBoundsRect(bounds);
191 // The close button isn't affected by this constraint.
251 void CustomFrameView::ButtonPressed(Button* sender, const ui::Event& event) {
320 // button, we vertically center it. We want to bias rounding to put extra
490 // side of the caption buttons. In maximized mode we extend the edge button
508 ImageButton* button = NULL; local
587 ImageButton* button = new ImageButton(this); local
600 ImageButton* button = NULL; local
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EnvReverbTest.java 29 import android.widget.Button;
73 ToggleButton button; local
108 // button = (ToggleButton)findViewById(R.id.rvbBypass);
109 // button.setChecked(false);
110 // button.setOnCheckedChangeListener(this);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 47 import android.widget.Button;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_editor.js 306 * Called once after creating the mode button.
309 * @param {HTMLElement} button The mode button.
312 ImageEditor.Mode.prototype.bind = function(editor, button) {
315 this.button_ = button;
399 * @param {string} name Button name.
445 * The user clicked on the mode button.
494 * The user clicked on 'OK' or 'Cancel' or on a different mode button.
944 * Add a button.
946 * @param {string} name Button name
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 306 * Called once after creating the mode button.
309 * @param {HTMLElement} button The mode button.
312 ImageEditor.Mode.prototype.bind = function(editor, button) {
315 this.button_ = button;
399 * @param {string} name Button name.
445 * The user clicked on the mode button.
494 * The user clicked on 'OK' or 'Cancel' or on a different mode button.
944 * Add a button.
946 * @param {string} name Button name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
29 button.pack(side=BOTTOM)
144 num - mouse button pressed (ButtonPress, ButtonRelease)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
29 button.pack(side=BOTTOM)
144 num - mouse button pressed (ButtonPress, ButtonRelease)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 69 import android.widget.Button;
198 private Button mMoreOptionsButton;
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 84 import android.widget.Button;
2181 Button button = new Button(mEST.getContext()); local
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 82 import android.widget.Button;
3011 Button button = (Button)mCopyDialog.findViewById(android.R.id.button1); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 111 import android.widget.Button;
237 private Button mAppSettings;
404 mAppSettings = (Button) mAppDetail.findViewById(R.id.app_settings);
    [all...]

Completed in 1781 milliseconds

<<41424344454647