| /frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
| MediaRouteControllerDialog.java | 29 import android.widget.Button; 67 private Button mDisconnectButton; 180 mDisconnectButton = (Button)findViewById(R.id.media_route_disconnect_button);
|
| /packages/apps/Browser/src/com/android/browser/ |
| ErrorConsoleView.java | 29 import android.widget.Button; 51 private Button mEvalButton; 84 mEvalButton = (Button) findViewById(R.id.error_console_eval_button_id);
|
| /packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
| SelectCalendarsSyncFragment.java | 40 import android.widget.Button; 74 private Button mAccountsButton; 104 mAccountsButton = (Button) v.findViewById(R.id.sync_settings); 209 // Called when the Accounts button is pressed. Takes the user to the
|
| /packages/apps/Camera/src/com/android/camera/ |
| RotateDialogController.java | 25 import android.widget.Button; 69 mRotateDialogButton1 = (Button) v.findViewById(R.id.rotate_dialog_button1); 70 mRotateDialogButton2 = (Button) v.findViewById(R.id.rotate_dialog_button2);
|
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| DefaultContactBrowseListFragment.java | 30 import android.widget.Button; 58 private Button mProfileMessage; 236 * 2. A button that prompts the user to create a local profile 248 // Add a button with a message inviting the user to create a local profile 249 mProfileMessage = (Button) mProfileHeader.findViewById(R.id.user_profile_button);
|
| /packages/apps/Settings/src/com/android/settings/wifi/ |
| WpsDialog.java | 31 import android.widget.Button; 54 private Button mButton; 170 mButton = ((Button) mView.findViewById(R.id.wps_dialog_btn));
|
| WifiStatusTest.java | 41 import android.widget.Button; 54 private Button updateButton; 72 private Button pingTestButton; 132 updateButton = (Button) findViewById(R.id.update); 153 pingTestButton = (Button) findViewById(R.id.ping_test);
|
| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| ConversationListFooterView.java | 26 import android.widget.Button; 47 private Button mErrorActionButton; 71 mErrorActionButton = (Button) findViewById(R.id.error_action_button); 134 // Only show the "Retry" button for I/O errors; it won't help for 170 // need to show the footer with the "load more" button.
|
| /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
| MyActivity.java | 30 import android.widget.Button; 58 Button btn = (Button) findViewById(R.id.generateConfigButton);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| ChangeLayoutWizard.java | 38 import org.eclipse.swt.widgets.Button; 66 private Button mFlatten; 104 mFlatten = new Button(composite, SWT.CHECK);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
| AndroidJUnitLaunchConfigurationTab.java | 78 import org.eclipse.swt.widgets.Button; 107 private Button mProjButton; 111 private Button mSearchButton; 118 private Button mContainerSearchButton; 119 private Button mTestContainerRadioButton; 120 private Button mTestRadioButton; 181 mTestRadioButton = new Button(comp, SWT.RADIO); 213 mProjButton = new Button(comp, SWT.PUSH); 240 mSearchButton = new Button(comp, SWT.PUSH); 261 mTestContainerRadioButton = new Button(comp, SWT.RADIO) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
| AndroidPropertyPage.java | 36 import org.eclipse.swt.widgets.Button; 52 private Button mIsLibrary; 54 // private Button mSplitByDensity; 90 mIsLibrary = new Button(libraryGroup, SWT.CHECK);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
| RenameResourcePage.java | 33 import org.eclipse.swt.widgets.Button; 44 private Button mUpdateReferences; 89 mUpdateReferences = new Button(container, SWT.CHECK);
|
| /cts/tests/tests/view/src/android/view/cts/ |
| ViewTreeObserverTest.java | 35 import android.widget.Button; 131 final Button b = (Button) mActivity.findViewById(R.id.button1); 133 // let the button be touch mode. 287 final Button b = (Button) mActivity.findViewById(R.id.button1); 288 // let the button be touch mode.
|
| /developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/datalayer/ |
| MainActivity.java | 34 import android.widget.Button; 95 private Button mTakePhotoBtn; 96 private Button mSendPhotoBtn; 465 mTakePhotoBtn = (Button) findViewById(R.id.takePhoto); 466 mSendPhotoBtn = (Button) findViewById(R.id.sendPhoto);
|
| /development/samples/wearable/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/ |
| MainActivity.java | 34 import android.widget.Button; 95 private Button mTakePhotoBtn; 96 private Button mSendPhotoBtn; 465 mTakePhotoBtn = (Button) findViewById(R.id.takePhoto); 466 mSendPhotoBtn = (Button) findViewById(R.id.sendPhoto);
|
| /external/chromium_org/chrome/browser/ui/views/toolbar/ |
| browser_action_view.cc | 81 ExtensionAction* action = button()->browser_action(); 163 void BrowserActionButton::ButtonPressed(views::Button* sender, 224 SetImage(views::Button::STATE_NORMAL, 228 SetImage(views::Button::STATE_HOVERED, 232 SetImage(views::Button::STATE_PRESSED, 386 return GetImage(views::Button::STATE_NORMAL);
|
| toolbar_view.cc | 452 views::Button* button = NULL; local 455 button = back_; 458 button = forward_; 461 button = reload_; 464 button = home_; 467 if (button) 468 button->SetEnabled(enabled); 472 // ToolbarView, views::Button::ButtonListener implementation: 474 void ToolbarView::ButtonPressed(views::Button* sender [all...] |
| /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
| FrameworkPerfActivity.java | 37 import android.widget.Button; 57 Button mStartButton; 58 Button mStopButton; 187 mStartButton = (Button)findViewById(R.id.start); 193 mStopButton = (Button)findViewById(R.id.stop);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
| ImageCurves.java | 32 import android.widget.Button; 92 final Button button = (Button) accessoryViewList.findViewById( local 94 if (button == null) { 108 PopupMenu popupMenu = new PopupMenu(getActivity(), button); 114 button.setText(mIdStrLut.get(item.getItemId())); 126 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
| InfoBarLayout.java | 18 import android.widget.Button; 29 * - A close button on the right side. 157 // Set up the close button. Apply padding so it has a big touch target. 237 * @param primaryText Text for the primary button. 238 * @param secondaryText Text for the secondary button, or null if there isn't a second button. 239 * @param tertiaryText Text for the tertiary button, or null if there isn't a third button. 245 Button primaryButton = (Button) inflater.inflate(R.layout.infobar_button, null) [all...] |
| /external/chromium_org/pdf/ |
| instance.cc | 53 Button::ButtonStyle style; 119 { kFitToPageButtonId, Button::BUTTON_STATE, 123 { kFitToWidthButtonId, Button::BUTTON_STATE, 127 { kZoomOutButtonId, Button::BUTTON_CLICKABLE, 131 { kZoomInButtonId, Button::BUTTON_CLICKABLE, 135 { kSaveButtonId, Button::BUTTON_CLICKABLE, 139 { kPrintButtonId, Button::BUTTON_CLICKABLE, 146 { kFitToPageButtonId, Button::BUTTON_STATE, 150 { kFitToWidthButtonId, Button::BUTTON_STATE, 154 { kZoomOutButtonId, Button::BUTTON_CLICKABLE [all...] |
| /external/chromium_org/ui/message_center/views/ |
| notifier_settings_view.cc | 27 #include "ui/views/controls/button/checkbox.h" 28 #include "ui/views/controls/button/custom_button.h" 29 #include "ui/views/controls/button/label_button_border.h" 30 #include "ui/views/controls/button/menu_button.h" 31 #include "ui/views/controls/button/text_button.h" 56 // The width of the click target that contains the learn more button in pixels. 59 // The height of the click target that contains the learn more button in pixels. 76 // Menu button metrics to make the text line up. 310 // Create a more-info button that will be right-aligned. 318 views::Button::STATE_NORMAL 612 NotifierButton* button = new NotifierButton(provider_, notifiers[i], this); local [all...] |
| /external/libvorbis/examples/ |
| frameview.pl | 57 $toplevel->optionAdd("$Xname*Button*background", "#f0d0b0",20); 58 $toplevel->optionAdd("$Xname*Button*foreground", '#000000',20); 59 $toplevel->optionAdd("$Xname*Button*borderWidth", '2',20); 60 $toplevel->optionAdd("$Xname*Button*relief", 'groove',20); 61 $toplevel->optionAdd("$Xname*Button*padY", 1,20); 136 $panel->optionAdd("$X2name*Button*background", "#f0d0b0",20); 137 $panel->optionAdd("$X2name*Button*foreground", '#000000',20); 138 $panel->optionAdd("$X2name*Button*borderWidth", '2',20); 139 $panel->optionAdd("$X2name*Button*relief", 'groove',20); 140 $panel->optionAdd("$X2name*Button*padY", 1,20) [all...] |
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| UserDictionaryToolsList.java | 47 import android.widget.Button; 145 /** Page left button */ 146 private Button mLeftButton = null; 148 /** Page right button */ 149 private Button mRightButton = null; 177 Button b = (Button)findViewById(R.id.user_dictionary_left_button); 190 b = (Button)findViewById(R.id.user_dictionary_right_button); 393 * Process the event when the button on the "Delete word" dialog is pushed 396 * @param button The button that is pushe [all...] |