| /external/chromium_org/chrome/browser/ui/views/extensions/ |
| extension_install_dialog_view.cc | 37 #include "ui/views/controls/button/checkbox.h" 38 #include "ui/views/controls/button/image_button.h" 39 #include "ui/views/controls/button/label_button.h" 64 // align with the button below it. 150 ui::DialogButton button) const OVERRIDE; 165 virtual void ButtonPressed(views::Button* sender, 228 // If this becomes zero, the accept button is enabled, otherwise disabled. 321 virtual void ButtonPressed(views::Button* sender, [all...] |
| extension_message_bubble_view.cc | 29 #include "ui/views/controls/button/label_button.h" 229 action_button_->SetStyle(views::Button::STYLE_BUTTON); 235 dismiss_button_->SetStyle(views::Button::STYLE_BUTTON); 239 void ExtensionMessageBubbleView::ButtonPressed(views::Button* sender,
|
| /external/chromium_org/ui/views/focus/ |
| focus_traversal_unittest.cc | 13 #include "ui/views/controls/button/checkbox.h" 14 #include "ui/views/controls/button/label_button.h" 15 #include "ui/views/controls/button/radio_button.h" 360 LabelButton* button = new LabelButton(NULL, ASCIIToUTF16("Click me")); local 361 button->SetStyle(Button::STYLE_BUTTON); 362 button->SetBounds(label_x, y + 10, 80, 30); 363 button->set_id(kFruitButtonID); 364 left_container_->AddChildView(button); 456 button = new LabelButton(NULL, ASCIIToUTF16("OK")) [all...] |
| /packages/apps/Gallery/src/com/android/camera/ |
| ImageGallery.java | 56 import android.widget.Button; 144 Button deleteButton = (Button) findViewById(R.id.button_delete); 151 Button shareButton = (Button) findViewById(R.id.button_share); 158 Button closeButton = (Button) findViewById(R.id.button_close); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
| ResourceChooser.java | 65 import org.eclipse.swt.widgets.Button; 94 /** The dialog button ID for the user choosing "Clear" */ 102 private Button mProjectButton; 103 private Button mSystemButton; 104 private Button mNewButton; 400 // create the "New Resource" button 413 * Creates the radio button to switch between project and system resources. 417 mProjectButton = new Button(top, SWT.RADIO); 437 mSystemButton = new Button(top, SWT.RADIO); 457 * Creates the "New Resource" button [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| NewTemplatePage.java | 75 import org.eclipse.swt.widgets.Button; 194 // Project: [button] 285 Button button = new Button(container, SWT.FLAT); local 286 button.setData(parameter); 287 button.setText("..."); 288 button.addSelectionListener(this); 328 Button checkBox = new Button(container, SWT.CHECK) 764 Button button = (Button) source; local [all...] |
| /cts/tests/tests/widget/src/android/widget/cts/ |
| FrameLayoutTest.java | 45 import android.widget.Button; 163 // text view and button are VISIBLE, they should be measured 179 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); local 180 compareScaledPixels(15, button.getMeasuredHeight()); 181 compareScaledPixels(50, button.getMeasuredWidth()); 182 assertEquals(button.getMeasuredHeight(), frameLayout.getMeasuredHeight()); 183 assertEquals(button.getMeasuredWidth(), frameLayout.getMeasuredWidth());
|
| /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
| Card.java | 27 import android.widget.Button; 566 Button actionButton = (Button) action.actionView.findViewById(R.id.card_button);
|
| /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
| HdrViewfinderActivity.java | 42 import android.widget.Button; 139 Button helpButton = (Button) findViewById(R.id.help_button);
|
| /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
| HdrViewfinderActivity.java | 42 import android.widget.Button; 139 Button helpButton = (Button) findViewById(R.id.help_button);
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| PresentationActivity.java | 46 import android.widget.Button; 254 * Called when the Info button next to a display is clicked to show information 358 Button b = (Button)v.findViewById(R.id.info);
|
| /development/samples/ContactManager/src/com/example/android/contactmanager/ |
| ContactAdder.java | 36 import android.widget.Button; 65 private Button mContactSaveButton; 85 mContactSaveButton = (Button) findViewById(R.id.contactSaveButton); 158 * Actions for when the Save button is clicked. Creates a contact entry and terminates the 162 Log.v(TAG, "Save button clicked");
|
| /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
| Card.java | 30 import android.widget.Button; 569 Button actionButton = (Button) action.actionView.findViewById(R.id.card_button);
|
| /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
| HdrViewfinderActivity.java | 42 import android.widget.Button; 139 Button helpButton = (Button) findViewById(R.id.help_button);
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/ |
| AccessibilityTabModelListItem.java | 21 import android.widget.Button; 38 * This list shows both the title of the {@link Tab} as well as a close button to close 59 // = 0 : closed with the close button. 70 private Button mUndoButton; 91 * Called when a user clicks on the close button of this list item. 219 mUndoButton = (Button) findViewById(R.id.undo_button);
|
| /external/chromium_org/chrome/browser/first_run/ |
| try_chrome_dialog_view.cc | 25 #include "ui/views/controls/button/checkbox.h" 26 #include "ui/views/controls/button/image_button.h" 27 #include "ui/views/controls/button/label_button.h" 28 #include "ui/views/controls/button/radio_button.h" 103 // First row: [icon][pad][text][pad][button]. 129 // Fourth row: [pad][pad][button][pad][button]. 145 // Optional fourth row: [button]. 155 // Optional fifth row [checkbox][pad][button] 182 // The close button is custom [all...] |
| /external/chromium_org/chrome/browser/ui/views/sync/ |
| one_click_signin_bubble_view.cc | 21 #include "ui/views/controls/button/image_button.h" 22 #include "ui/views/controls/button/label_button.h" 283 (*ok_button)->SetStyle(views::Button::STYLE_BUTTON); 291 (*undo_button)->SetStyle(views::Button::STYLE_BUTTON); 377 void OneClickSigninBubbleView::ButtonPressed(views::Button* sender,
|
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
| CCombo3.java | 23 import org.eclipse.swt.widgets.Button; 43 private final Button m_arrow; 73 m_arrow = new Button(this, SWT.ARROW | SWT.DOWN);
|
| /frameworks/base/core/java/android/app/ |
| LauncherActivity.java | 41 import android.widget.Button; 375 Button cancelButton = (Button) findViewById(com.android.internal.R.id.button1);
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| DeleteEventHelper.java | 37 import android.widget.Button; 135 public void onClick(DialogInterface dialog, int button) { 154 public void onClick(DialogInterface dialog, int button) { 171 public void onClick(DialogInterface dialog, int button) { 173 mWhichDelete = mWhichIndex.get(button); 175 // Enable the "ok" button now that the user has selected which 177 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE); 187 public void onClick(DialogInterface dialog, int button) { 334 // Disable the "Ok" button until the user selects which events 336 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE) [all...] |
| /packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
| TinyPlanetFragment.java | 37 import android.widget.Button; 238 Button createButton = (Button) view.findViewById(R.id.creatTinyPlanetButton);
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| RawContactReadOnlyEditorView.java | 35 import android.widget.Button; 59 private Button mEditExternallyButton; 99 mEditExternallyButton = (Button) findViewById(R.id.button_edit_externally);
|
| /packages/apps/KeyChain/src/com/android/keychain/ |
| KeyChainActivity.java | 39 import android.widget.Button; 255 Button installButton = (Button) footer.findViewById(R.id.cert_chooser_install_button);
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
| ManagedProvisioningActivity.java | 52 import android.widget.Button; 167 Button positiveButton = (Button) mContentView.findViewById(R.id.positive_button);
|
| /packages/experimental/DreamTheater/src/com/android/dreamtheater/ |
| BouncyDroid.java | 19 import android.widget.Button; 161 Button b = new Button(getContext());
|