| /external/qemu/android/skin/ |
| window.c | 632 typedef struct Button { 639 } Button; 642 button_done( Button* button ) 644 skin_image_unref( &button->image ); 645 button->background = NULL; 649 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout ) 653 button->image = skin_image_rotate( sbutton->image, loc->rotation ); 654 button->background = back 943 ButtonState button; member in struct:SkinWindow 1016 ButtonState* button = &window->button; local 1618 Button* button = layout->buttons; local 1685 Button* button; local [all...] |
| /packages/apps/Settings/src/com/android/settings/applications/ |
| InstalledAppDetails.java | 80 import android.widget.Button; 119 private Button mUninstallButton; 121 private Button mSpecialDisableButton; 124 private Button mActivitiesButton; 139 private Button mClearCacheButton; 141 private Button mForceStopButton; 142 private Button mClearDataButton; 143 private Button mMoveAppButton; 251 // Then disable the Clear Data button. 319 private boolean handleDisableable(Button button) [all...] |
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| TextCandidates1LineViewManager.java | 42 import android.widget.Button; 76 /** Left more button */ 78 /** Right more button */ 308 /* select button */ 309 Button longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_select); 319 /* cancel button */ 320 longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_cancel);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| ToolTip.py | 10 def __init__(self, button): 11 self.button = button 15 self._id1 = self.button.bind("<Enter>", self.enter) 16 self._id2 = self.button.bind("<Leave>", self.leave) 17 self._id3 = self.button.bind("<ButtonPress>", self.leave) 28 self.id = self.button.after(1500, self.showtip) 34 self.button.after_cancel(id) 39 # The tip window must be completely outside the button; 43 x = self.button.winfo_rootx() + 2 [all...] |
| keybindingDialog.py | 53 self.buttonOK = Button(frameButtons,text='OK', 56 self.buttonCancel = Button(frameButtons,text='Cancel', 69 self.buttonLevel = Button(frameMain,command=self.ToggleLevel, 105 self.buttonClear=Button(self.frameControlsBasic, 267 Button(root,text='Dialog',command=run).pack()
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/ |
| runtktests.py | 51 Tkinter.Button()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| ToolTip.py | 10 def __init__(self, button): 11 self.button = button 15 self._id1 = self.button.bind("<Enter>", self.enter) 16 self._id2 = self.button.bind("<Leave>", self.leave) 17 self._id3 = self.button.bind("<ButtonPress>", self.leave) 28 self.id = self.button.after(1500, self.showtip) 34 self.button.after_cancel(id) 39 # The tip window must be completely outside the button; 43 x = self.button.winfo_rootx() + 2 [all...] |
| keybindingDialog.py | 53 self.buttonOK = Button(frameButtons,text='OK', 56 self.buttonCancel = Button(frameButtons,text='Cancel', 69 self.buttonLevel = Button(frameMain,command=self.ToggleLevel, 105 self.buttonClear=Button(self.frameControlsBasic, 267 Button(root,text='Dialog',command=run).pack()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/ |
| runtktests.py | 51 Tkinter.Button()
|
| /frameworks/base/core/java/com/android/internal/app/ |
| AlertController.java | 47 import android.widget.Button; 80 private Button mButtonPositive; 84 private Button mButtonNegative; 88 private Button mButtonNeutral; 144 // Button clicks have Message.what as the BUTTON{1,2,3} constant 303 * Sets a hint for the best button panel layout. 310 * Sets a click listener or a message to be sent when the button is clicked. 313 * @param whichButton Which button, can be one of 317 * @param text The text to display in positive button [all...] |
| /packages/apps/Mms/src/com/android/mms/ui/ |
| SlideEditorActivity.java | 41 import android.widget.Button; 111 private Button mPreview; 112 private Button mReplaceImage; 113 private Button mRemoveSlide; 115 private Button mDone; 143 mPreview = (Button) findViewById(R.id.preview_button); 146 mReplaceImage = (Button) findViewById(R.id.replace_image_button); 149 mRemoveSlide = (Button) findViewById(R.id.remove_slide_button); 156 mDone = (Button) findViewById(R.id.done_button); [all...] |
| /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
| TestingCamera2.java | 47 import android.widget.Button; 90 private Button mInfoButton; 91 private Button mFlushButton; 130 mInfoButton = (Button) findViewById(R.id.info_button); 132 mFlushButton = (Button) findViewById(R.id.flush_button); 321 private final Button.OnClickListener mInfoButtonListener = new Button.OnClickListener() { 342 private final Button.OnClickListener mFlushButtonListener = new Button.OnClickListener() { 476 throw new IllegalStateException("Checked button unrecognized.") [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
| LintPreferencePage.java | 61 import org.eclipse.swt.widgets.Button; 105 private Button mCheckFileCheckbox; 106 private Button mCheckExportCheckbox; 111 private Button mIncludeAll; 112 private Button mIgnoreAll; 143 mCheckFileCheckbox = new Button(container, SWT.CHECK); 149 mCheckExportCheckbox = new Button(container, SWT.CHECK); 273 // Add "Include All" button for quickly enabling all the detectors, including 275 mIncludeAll = new Button(parent, SWT.PUSH); 279 // Add "Ignore All" button for quickly disabling all the detector [all...] |
| /external/chromium_org/ash/frame/caption_buttons/ |
| frame_size_button.cc | 21 // The default delay between the user pressing the size button and the buttons 22 // adjacent to the size button morphing into buttons for snapping left and 27 // "snap mode" and keep the button hovered/pressed. 32 // would hover/press |button| or keep it hovered/pressed. 33 bool HitTestButton(const ash::FrameCaptionButton* button, 35 gfx::Rect expanded_bounds_in_screen = button->GetBoundsInScreen(); 36 if (button->state() == views::Button::STATE_HOVERED || 37 button->state() == views::Button::STATE_PRESSED) [all...] |
| /external/chromium_org/chrome/browser/chromeos/options/ |
| network_config_view.cc | 36 #include "ui/views/controls/button/label_button.h" 109 advanced_button_->SetStyle(views::Button::STYLE_BUTTON); 163 ui::DialogButton button) const { 164 if (button == ui::DIALOG_BUTTON_OK) { 169 return views::DialogDelegateView::GetDialogButtonLabel(button); 172 bool NetworkConfigView::IsDialogButtonEnabled(ui::DialogButton button) const { 173 // Disable connect button if cannot login. 174 if (button == ui::DIALOG_BUTTON_OK) 219 void NetworkConfigView::ButtonPressed(views::Button* sender,
|
| /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/ |
| app_info_permissions_panel.cc | 19 #include "ui/views/controls/button/label_button.h" 137 revoke_file_permissions_button_->SetStyle(views::Button::STYLE_BUTTON); 162 // Add a sub-view so the revoke button is right-aligned. 180 void AppInfoPermissionsPanel::ButtonPressed(views::Button* sender,
|
| /external/chromium_org/chrome/browser/ui/views/location_bar/ |
| zoom_bubble_view.cc | 21 #include "ui/views/controls/button/label_button.h" 203 void ZoomBubbleView::ButtonPressed(views::Button* sender, 224 set_default_button->SetStyle(views::Button::STYLE_BUTTON);
|
| /external/chromium_org/chrome/browser/ui/views/ |
| password_generation_bubble_view.cc | 24 #include "ui/views/controls/button/image_button.h" 25 #include "ui/views/controls/button/label_button.h" 47 // are part of one logical textfield with the button on the right side of the 84 // Button should be offset one pixel from the end of the textfield so that 176 accept_button_->SetStyle(views::Button::STYLE_BUTTON); 213 void PasswordGenerationBubbleView::ButtonPressed(views::Button* sender,
|
| sad_tab_view.cc | 24 #include "ui/views/controls/button/label_button.h" 25 #include "ui/views/controls/button/label_button_border.h" 126 reload_button_->SetStyle(views::Button::STYLE_BUTTON); 127 // Always render the reload button with chrome style borders; never rely on 190 void SadTabView::ButtonPressed(views::Button* sender,
|
| ssl_client_certificate_selector.cc | 20 #include "ui/views/controls/button/label_button.h" 176 ui::DialogButton button) const { 177 if (button == ui::DIALOG_BUTTON_OK) 223 view_cert_button_->SetStyle(views::Button::STYLE_BUTTON); 235 views::Button* sender, const ui::Event& event) {
|
| /external/chromium_org/chrome/browser/ui/views/sync/ |
| profile_signin_confirmation_dialog_views.cc | 92 ui::DialogButton button) const { 93 if (button == ui::DIALOG_BUTTON_OK) { 114 continue_signin_button_->SetStyle(views::Button::STYLE_BUTTON); 250 views::Button* sender,
|
| /external/chromium_org/third_party/WebKit/public/web/ |
| WebInputEvent.h | 292 enum Button { 299 Button button; member in class:blink::WebMouseEvent 312 , button(ButtonNone) 328 , button(ButtonNone)
|
| /external/chromium_org/ui/app_list/views/ |
| page_switcher.cc | 15 #include "ui/views/controls/button/custom_button.h" 64 // Paints a button that has two rounded corner at bottom. 105 // [-1, 1] range that represents the portion of the button that should be 142 const views::View* button = buttons_->child_at(i); local 143 if (button->bounds().Contains(buttons_point)) 155 PageSwitcherButton* button = local 157 button->SetState(views::CustomButton::STATE_HOVERED); 162 PageSwitcherButton* button = local 164 button->SetState(views::CustomButton::STATE_NORMAL); 213 PageSwitcherButton* button local 232 PageSwitcherButton* button = new PageSwitcherButton(this); local [all...] |
| speech_view.cc | 20 #include "ui/views/controls/button/image_button.h" 73 // MicButton is an image button with circular hit area. 122 // The mic button icon is a circle. 233 void SpeechView::ButtonPressed(views::Button* sender, const ui::Event& event) { 279 mic_button_->SetImage(views::Button::STATE_NORMAL,
|
| /external/chromium_org/ui/views/ |
| accessible_pane_view_unittest.cc | 8 #include "ui/views/controls/button/label_button.h" 26 virtual void ButtonPressed(Button* sender, 55 void TestBarView::ButtonPressed(Button* sender, const ui::Event& event) {
|