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

<<41424344454647

  /external/chromium_org/ui/views/examples/
multiline_example.cc 12 #include "ui/views/controls/button/checkbox.h"
172 void MultilineExample::ButtonPressed(Button* sender, const ui::Event& event) {
text_example.cc 12 #include "ui/views/controls/button/checkbox.h"
188 void TextExample::ButtonPressed(Button* button, const ui::Event& event) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentActivityTest.java 8 import android.widget.Button;
161 View button = activity.findViewById(R.id.button); local
162 button.requestFocus();
165 assertSame(button, focusedView);
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java 29 import android.widget.Button;
SimplePlayer.java 28 import android.widget.Button;
VirtualizerTest.java 29 import android.widget.Button;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorPickerDialog.java 29 import android.widget.Button;
146 private void setButtonColor(ToggleButton button, float[] hsv) {
147 if (button == null) {
151 button.setBackgroundColor(color);
157 button.setTextColor(Color.HSVToColor(fg));
158 button.setTag(hsv);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 38 import android.widget.Button;
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 58 import android.widget.Button;
338 Button b = (Button)v.findViewById(R.id.left_button);
347 b = (Button)v.findViewById(R.id.right_button);
709 deviceDetails.setEnabled(true); // always allow button to be pressed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 70 b = Button(self.buttonframe,
135 # place button frame on the right
IOBinding.py 107 b1 = Button(buttons, text="Ok", default="active",
110 b2 = Button(buttons, text="Edit my file",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 208 w = Tkinter.Button(root, text="Quit!", command=root.destroy)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 70 b = Button(self.buttonframe,
135 # place button frame on the right
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 208 w = Tkinter.Button(root, text="Quit!", command=root.destroy)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 67 import org.eclipse.swt.widgets.Button;
107 private Button mProjectOnly;
183 mProjectOnly = new Button(parent, SWT.CHECK);
279 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 60 import android.widget.Button;
540 Button[] dayButtons = new Button[7];
668 // Build button for each day.
670 final Button dayButton = (Button) mFactory.inflate(
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 60 import android.widget.Button;
93 private Button mAlwaysButton;
94 private Button mOnceButton;
304 mAlwaysButton = (Button) buttonLayout.findViewById(R.id.button_always);
305 mOnceButton = (Button) buttonLayout.findViewById(R.id.button_once);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 58 import android.widget.Button;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 43 import android.widget.Button;
347 private Button mDone;
780 // Set rightmost button on the second row invisible so it takes up
826 mDone = (Button) mView.findViewById(R.id.done);
850 for (Button button : mWeekByDayButtons) {
851 button.setEnabled(false);
866 for (Button button : mWeekByDayButtons) {
867 button.setEnabled(true)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 30 #include "ui/views/controls/button/label_button.h"
94 ui::DialogButton button) const {
95 if (button == ui::DIALOG_BUTTON_OK)
97 return views::DialogDelegateView::GetDialogButtonLabel(button);
100 bool BookmarkEditorView::IsDialogButtonEnabled(ui::DialogButton button) const {
101 if (button == ui::DIALOG_BUTTON_OK) {
177 void BookmarkEditorView::ButtonPressed(views::Button* sender,
298 new_folder_button_->SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view.cc 32 #include "ui/views/controls/button/checkbox.h"
33 #include "ui/views/controls/button/label_button.h"
53 views::LabelButton* button = new views::LabelButton(listener, label); local
54 button->set_id(id);
55 button->SetStyle(views::Button::STYLE_BUTTON);
56 return button;
158 void TranslateBubbleView::ButtonPressed(views::Button* sender,
331 // button is pressed.
  /external/chromium_org/content/public/test/
browser_test_utils.cc 226 blink::WebMouseEvent::Button button) {
229 SimulateMouseClickAt(web_contents, modifiers, button, gfx::Point(x, y));
234 blink::WebMouseEvent::Button button,
238 mouse_event.button = button;
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 40 import android.widget.Button;
143 // defer removal of this button so that the pressed state is visible shortly
200 * Configures the visibility of the type label button and enables or disables it properly.
212 * Configures the visibility of the "delete" button and enables or disables it properly.
449 final Button okButton = dialog.getButton(AlertDialog.BUTTON_POSITIVE);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 31 import android.widget.Button;
141 (Button) customView.findViewById(R.id.selection_menu), this);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 36 import android.widget.Button;
68 private Button mRemoveButton;
280 if (VERBOSE) log("Home button clicked, don't show dialog: " + message);

Completed in 886 milliseconds

<<41424344454647