| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_ttk_guionly.py | 22 ttk.Button()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| configHelpSourceEdit.py | 64 browseButton = Button(self.frameMain, text='Browse', width=8, 69 self.buttonOk = Button(frameButtons, text='OK', 72 self.buttonCancel = Button(frameButtons, text='Cancel', 168 Button(root,text='Dialog', command=run).pack()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_ttk_guionly.py | 22 ttk.Button()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
| EditableDialogCellEditor.java | 36 import org.eclipse.swt.widgets.Button; 45 * <p/>Also set the button to {@link SWT#FLAT} to make sure it looks good on MacOS X. 68 * Re-implement this method only to properly set the style in the button, or it won't look 72 protected Button createButton(Composite parent) { 73 Button result = new Button(parent, SWT.DOWN | SWT.FLAT); 467 // callback on the "..." button to be invoked, which means the
|
| /development/apps/CustomLocale/src/com/android/customlocale2/ |
| CustomLocaleActivity.java | 41 import android.widget.Button; 77 private Button mRemoveLocaleButton; 78 private Button mSelectLocaleButton; 87 Button addLocaleButton = (Button) findViewById(R.id.add_new_locale_button); 88 mRemoveLocaleButton = (Button) findViewById(R.id.remove_locale_button); 89 mSelectLocaleButton = (Button) findViewById(R.id.select_locale_button); 323 // Enable the remove button only for custom locales and set the tag to the locale 334 /** Invoked by the button "Add new..." */ 340 /** Invoked by the button Select / mSelectLocaleButton * [all...] |
| /external/chromium_org/chrome/browser/ui/views/profiles/ |
| profile_reset_bubble_view.cc | 26 #include "ui/views/controls/button/checkbox.h" 27 #include "ui/views/controls/button/image_button.h" 28 #include "ui/views/controls/button/label_button.h" 51 // Width of the column used to disaplay the help button. 68 // We subtract 2 to account for the natural button padding, and 232 // Reset button's name is based on |resetting_| state. 238 controls_.reset_button->SetStyle(views::Button::STYLE_BUTTON); 248 // No thanks button. 251 controls_.no_thanks_button->SetStyle(views::Button::STYLE_BUTTON); 258 views::Button::STATE_NORMAL, SK_ColorGRAY) [all...] |
| /external/chromium_org/chrome/browser/ui/views/website_settings/ |
| permissions_bubble_view.cc | 19 #include "ui/views/controls/button/checkbox.h" 20 #include "ui/views/controls/button/label_button.h" 21 #include "ui/views/controls/button/label_button_border.h" 22 #include "ui/views/controls/button/menu_button.h" 23 #include "ui/views/controls/button/menu_button_listener.h" 40 // Button border size, draws inside the spacing distance. 137 // A combobox originating on the Allow button allowing for customization 195 virtual void ButtonPressed(views::Button* button, 206 views::Button* allow_ [all...] |
| /development/apps/WidgetPreview/src/com/android/widgetpreview/ |
| WidgetPreviewActivity.java | 39 import android.widget.Button; 63 private Button mSnapshotButton = null; 64 private Button mEmailButton = null; 71 mSnapshotButton = (Button)findViewById(R.id.snapshot_button); 73 mEmailButton = (Button)findViewById(R.id.email_button);
|
| /development/samples/ApiDemos/src/com/example/android/apis/animation/ |
| LayoutAnimations.java | 36 import android.widget.Button; 81 Button addButton = (Button) findViewById(R.id.addNewButton); 84 Button newButton = new Button(LayoutAnimations.this);
|
| /development/samples/ApiDemos/src/com/example/android/apis/content/ |
| ChangedContacts.java | 34 import android.widget.Button; 72 private Button mDeleteButton; 73 private Button mChangeButton; 85 mChangeButton = new Button(this); 94 mDeleteButton = new Button(this);
|
| ExternalStorage.java | 36 import android.widget.Button; 54 Button mCreate; 55 Button mDelete; 370 item.mCreate = (Button)item.mRoot.findViewById(R.id.create); 372 item.mDelete = (Button)item.mRoot.findViewById(R.id.delete);
|
| /development/samples/training/location-aware/src/com/example/android/location/ |
| LocationActivity.java | 39 import android.widget.Button; 50 private Button mFineProviderButton; 51 private Button mBothProviderButton; 91 mFineProviderButton = (Button) findViewById(R.id.provider_fine); 94 mBothProviderButton = (Button) findViewById(R.id.provider_both); 145 // the location services, then when the user clicks the "OK" button, 165 // both providers button is pressed. 225 // Callback method for the "fine provider" button. 232 // Callback method for the "both providers" button.
|
| /external/chromium_org/chrome/browser/ui/views/bookmarks/ |
| bookmark_bubble_view.cc | 27 #include "ui/views/controls/button/label_button.h" 42 // Width of the border of a button. 152 remove_button_->SetStyle(views::Button::STYLE_BUTTON); 156 edit_button_->SetStyle(views::Button::STYLE_BUTTON); 160 close_button_->SetStyle(views::Button::STYLE_BUTTON); 306 void BookmarkBubbleView::ButtonPressed(views::Button* sender, 318 void BookmarkBubbleView::HandleButtonPressed(views::Button* sender) {
|
| /external/chromium_org/chrome/browser/ui/views/toolbar/ |
| wrench_menu.cc | 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" 136 // of the button types. 182 CustomButton* button = CustomButton::AsCustomButton(view); variable 183 views::Button::ButtonState state = 184 button ? button->state() : views::Button::STATE_NORMAL; 189 // filled in. The left button however does not get a line to combin 444 InMenuButton* button = new InMenuButton( local [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
| UsbStorageActivity.java | 44 import android.widget.Button; 62 private Button mMountButton; 63 private Button mUnmountButton; 126 mMountButton = (Button) findViewById(com.android.internal.R.id.mount_button); 128 mUnmountButton = (Button) findViewById(com.android.internal.R.id.unmount_button);
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
| SmartCamera.java | 33 import android.widget.Button; 62 private Button mStartStopButton; 157 mStartStopButton = (Button) findViewById(R.id.startButton); 197 // Button used to start and stop the capture of images when they are deemed great 216 // Button to open the gallery to show the images in there 217 Button galleryOpen = (Button) findViewById(R.id.galleryOpenButton);
|
| /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
| NativeMedia.java | 30 import android.widget.Button; 216 // initialize button click handlers 220 ((Button) findViewById(R.id.start_java)).setOnClickListener(new View.OnClickListener() { 250 ((Button) findViewById(R.id.start_native)).setOnClickListener(new View.OnClickListener() { 276 ((Button) findViewById(R.id.rewind_java)).setOnClickListener(new View.OnClickListener() { 288 ((Button) findViewById(R.id.rewind_native)).setOnClickListener(new View.OnClickListener() {
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
| EditorDraw.java | 32 import android.widget.Button; 142 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect); 161 final Button button = (Button) accessoryViewList.findViewById( local 163 if (button == null) { 166 final PopupMenu popupMenu = new PopupMenu(mImageShow.getActivity(), button);
|
| /packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
| InstallAppProgress.java | 40 import android.widget.Button; 69 private Button mDoneButton; 70 private Button mLaunchButton; 92 // Show the ok button 101 // Enable or disable launch button 257 // Hide button till progress is being displayed 259 mDoneButton = (Button)findViewById(R.id.done_button); 260 mLaunchButton = (Button)findViewById(R.id.launch_button);
|
| UninstallAppProgress.java | 41 import android.widget.Button; 65 private Button mOkButton; 66 private Button mDeviceManagerButton; 160 // Hide the progress bar; Show the ok button 218 mDeviceManagerButton = (Button) findViewById(R.id.device_manager_button); 233 // Hide button till progress is being displayed 235 mOkButton = (Button) findViewById(R.id.ok_button);
|
| /packages/services/Telephony/src/com/android/phone/ |
| ChangeIccPinScreen.java | 30 import android.widget.Button; 72 private Button mButton; 73 private Button mPUKSubmit; 118 mButton = (Button) findViewById(R.id.button); 128 mPUKSubmit = (Button) findViewById(R.id.puk_submit);
|
| /pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
| RequestControlPane.java | 27 import android.widget.Button; 153 Button captureButton = (Button) findViewById(R.id.request_pane_capture_button); 155 Button repeatButton = (Button) findViewById(R.id.request_pane_repeat_button);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
| NewItemSelectionDialog.java | 33 import org.eclipse.swt.widgets.Button; 342 Button radio1 = new Button(content, SWT.RADIO); 346 Button radio2 = new Button(content, SWT.RADIO);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
| ProjectSelectionPage.java | 44 import org.eclipse.swt.widgets.Button; 147 Button selectAll = new Button(buttonsComposite, SWT.PUSH); 161 Button deselectAll = new Button(buttonsComposite, SWT.PUSH); 195 * Enables/disables the finish button on the wizard and displays error messages as needed.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| InstallDependencyPage.java | 34 import org.eclipse.swt.widgets.Button; 59 private Button mCheckButton; 60 private Button mInstallButton; 131 "You can install or upgrade it by clicking the Install button below, or " + 135 mInstallButton = new Button(container, SWT.NONE); 139 mCheckButton = new Button(container, SWT.NONE); 149 // Finish button will be enabled now
|