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

<<41424344454647

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 183 name -- The tab's name, which will appear in its button.
196 self.button = Radiobutton(
200 self.button.pack(side=LEFT, fill=X, expand=True)
481 buttonAdd=Button(root, text='Add Page',
483 buttonRemove=Button(root, text='Remove Page',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 107 b1 = Button(buttons, text="Ok", default="active",
110 b2 = Button(buttons, text="Edit my file",
tabbedpages.py 183 name -- The tab's name, which will appear in its button.
196 self.button = Radiobutton(
200 self.button.pack(side=LEFT, fill=X, expand=True)
481 buttonAdd=Button(root, text='Add Page',
483 buttonRemove=Button(root, text='Remove Page',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 54 import org.eclipse.swt.widgets.Button;
130 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
196 * <pre> "&lt;Button android:test="@string/my_[caret]_string..." </pre>
  /external/chromium_org/ash/system/audio/
volume_view.cc 18 #include "ui/views/controls/button/image_button.h"
259 // Layout either bar_ or device_type_ at the left of the more_ button.
290 void VolumeView::ButtonPressed(views::Button* sender, const ui::Event& event) {
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.cc 117 virtual void ButtonPressed(views::Button* sender,
146 // Close button
  /external/chromium_org/ash/wm/overview/
window_selector_item.cc 17 #include "ui/views/controls/button/image_button.h"
37 views::ImageButton* button = new views::ImageButton(listener); local
39 button->SetImage(views::CustomButton::STATE_NORMAL,
41 button->SetImage(views::CustomButton::STATE_HOVERED,
43 button->SetImage(views::CustomButton::STATE_PRESSED,
45 widget->SetContentsView(button);
168 void WindowSelectorItem::ButtonPressed(views::Button* sender,
187 // If the root window has changed, force the close button to be recreated
197 // Align the center of the button with position (0, 0) so that the
198 // translate transform does not need to take the button dimensions int
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc 70 // Back button.
75 // Forward button.
79 // Reload button.
193 // Reload button.
254 void SimpleWebViewDialog::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 32 #include "ui/views/controls/button/checkbox.h"
33 #include "ui/views/controls/button/image_button.h"
131 void WimaxConfigView::ButtonPressed(views::Button* sender,
229 // Password visible button / policy indicator.
273 // Password visible button.
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h 29 #include "ui/views/controls/button/button.h"
388 virtual void ButtonPressed(views::Button* sender,
505 // The search/go button.
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 19 #include "ui/views/controls/button/image_button.h"
59 // Horizontal offset for the new tab button to bring it closer to the
63 // The vertical offset of the tab strip button. This offset applies only to
89 // Returns the bounds of the new tab button.
92 // Returns true if the new tab button should be sized to the top of the tab
124 // (the user clicked the tab close button or middle clicked the tab). This is
310 // The size of the new tab button must be hardcoded because we need to be
313 // new tab button should not need to be calculated dynamically.
341 // Returns whether the highlight button should be highlighted after a remove.
506 // button
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 24 #include "ui/views/controls/button/button.h"
288 // |drag_point| is hovering on a page button, use the last slot on that page
353 virtual void ButtonPressed(views::Button* sender,
search_result_view.cc 18 #include "ui/views/controls/button/image_button.h"
264 void SearchResultView::ButtonPressed(views::Button* sender,
  /frameworks/base/core/java/android/widget/
CompoundButton.java 38 * A button with two states, checked and unchecked. When the button is pressed
45 * CompoundButton Attributes}, {@link android.R.styleable#Button Button
50 public abstract class CompoundButton extends Button implements Checkable {
119 * which will need to be implemented in Button if we only override
134 * <p>Changes the checked state of this button.</p>
136 * @param checked true to check the button, false to uncheck it
163 * Register a callback to be invoked when the checked state of this button
173 * Register a callback to be invoked when the checked state of this button
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
PresetReverbTest.java 29 import android.widget.Button;
VisualizerTest.java 33 import android.widget.Button;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 38 import android.widget.Button;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 51 import android.widget.Button;
108 /** Button displayed bottom of the view when there are more candidates. */
184 /** Template object for each candidate and normal/full view change button */
523 /* select button */
524 Button longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_select);
534 /* cancel button */
535 longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_cancel);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 21 dnd processes, e.g. because different button callbacks all
134 self.initial_button = button = event.num
136 self.release_pattern = "<B%d-ButtonRelease-%d>" % (button, button)
305 Tkinter.Button(command=root.quit, text="Quit").pack()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 21 dnd processes, e.g. because different button callbacks all
134 self.initial_button = button = event.num
136 self.release_pattern = "<B%d-ButtonRelease-%d>" % (button, button)
305 Tkinter.Button(command=root.quit, text="Quit").pack()
  /development/apps/Development/src/com/android/development/
Connectivity.java 53 import android.widget.Button;
110 private Button mScanButton;
287 mScanButton = (Button)findViewById(R.id.startScan);
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 39 import android.widget.Button;
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 27 import android.widget.Button;
127 private Button mInstallButtonView;
224 mInstallButtonView = (Button) findViewById(R.id.app_install_button);
251 // Set up the install button.
268 // Only allow the button to be clicked when the banner's in a neutral position.
280 // Ignore button clicks when the app is installing.
429 * Updates the install button (install state, text, color, etc.).
445 // Update what the button looks like.
595 * 3) The install button occupies the bottom-right of the banner.
596 * 4) The Google Play logo occupies the space to the left of the button
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 36 #include "ui/views/controls/button/custom_button.h"
37 #include "ui/views/controls/button/image_button.h"
38 #include "ui/views/controls/button/label_button.h"
447 manage_button_->SetStyle(views::Button::STYLE_BUTTON);
454 signout_button_->SetStyle(views::Button::STYLE_BUTTON);
661 void AvatarMenuBubbleView::ButtonPressed(views::Button* sender,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 23 import org.eclipse.swt.widgets.Button;
47 protected Button m_arrow;
65 m_arrow = new Button(this, SWT.ARROW | SWT.DOWN | SWT.NO_FOCUS);
190 if (event.button != 1) {
455 if (event.button != 1) {

Completed in 1639 milliseconds

<<41424344454647