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

<<31323334353637383940>>

  /external/chromium_org/ui/views/examples/
tree_view_example.cc 8 #include "ui/views/controls/button/label_button.h"
95 void TreeViewExample::ButtonPressed(Button* sender, const ui::Event& event) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 329 Button button = (Button)activity.findViewById(R.id.button); local
330 button.performClick();
340 Button button = local
341 (Button)activity.findViewById(R.id.invalid_onclick_button);
345 button.performClick();
351 + "faulty button",
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AlertDialogTest.java 21 import android.widget.Button;
132 final Button positiveButton = shadowOf(alertDialog).getButton(AlertDialog.BUTTON_POSITIVE);
147 final Button negativeButton = shadowOf(alertDialog).getButton(AlertDialog.BUTTON_NEGATIVE);
162 final Button neutralButton = shadowOf(alertDialog).getButton(AlertDialog.BUTTON_NEUTRAL);
FragmentManagerTest.java 12 import android.widget.Button;
117 containerView.addView(new Button(activity));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 38 import android.widget.Button;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBench.java 37 import android.widget.Button;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 38 import android.widget.Button;
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 27 import android.widget.Button;
209 TextView v = new Button(context);
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 17 #include "ui/views/controls/button/checkbox.h"
18 #include "ui/views/controls/button/image_button.h"
19 #include "ui/views/controls/button/label_button.h"
236 ui::DialogButton button) const {
237 if (button == ui::DIALOG_BUTTON_OK)
243 ui::DialogButton button) const {
244 return button != ui::DIALOG_BUTTON_OK || confirm_available_;
256 auxiliary_button_->SetStyle(views::Button::STYLE_BUTTON);
270 void MediaGalleriesDialogViews::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.cc 32 #include "ui/views/controls/button/label_button.h"
173 // list table view and the Kill pages button.
296 // We specifically don't want a CANCEL button here because that code path is
297 // also called when the window is closed by the user clicking the X button in
299 // the OK button to wait for responsiveness (and close the dialog) and our
300 // additional button (which we create) to kill the process (which will result
306 ui::DialogButton button) const {
307 if (button == ui::DIALOG_BUTTON_OK)
309 return views::DialogDelegateView::GetDialogButtonLabel(button);
316 kill_button_->SetStyle(views::Button::STYLE_BUTTON)
    [all...]
screen_capture_notification_ui_views.cc 18 #include "ui/views/controls/button/blue_button.h"
104 virtual void ButtonPressed(views::Button* sender,
310 void ScreenCaptureNotificationUIViews::ButtonPressed(views::Button* sender,
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 45 import android.widget.Button;
183 // add a Skip button?
186 // specify custom text for the Back or Next buttons, or cause a button to not appear
213 private Button mNextButton;
646 Button backButton = (Button)findViewById(com.android.internal.R.id.back_button);
653 Button skipButton = (Button)findViewById(com.android.internal.R.id.skip_button);
660 mNextButton = (Button)findViewById(com.android.internal.R.id.next_button);
668 // set our various button parameter
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 37 import android.widget.Button;
74 private Button mButtonAddEvent;
EditEventView.java 57 import android.widget.Button;
124 Button mStartDateButton;
125 Button mEndDateButton;
126 Button mStartTimeButton;
127 Button mEndTimeButton;
128 Button mTimezoneButton;
139 Button mRruleButton;
594 // on the "remove reminder" button.
653 // This is called if the user clicks on a dialog button.
784 mStartDateButton = (Button) view.findViewById(R.id.start_date)
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 40 import android.widget.Button;
262 new Button.OnClickListener() {
483 * Ignore the back button for emergency alerts (overridden by alert dialog so that the dialog
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 62 import android.widget.Button;
173 // add a Skip button?
176 // specify custom text for the Back or Next buttons, or cause a button to not appear
333 private Button mNextButton;
599 Button backButton = (Button)findViewById(R.id.back_button);
606 Button skipButton = (Button)findViewById(R.id.skip_button);
613 mNextButton = (Button)findViewById(R.id.next_button);
621 // set our various button parameter
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 50 import org.eclipse.swt.widgets.Button;
129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
175 * Handles response to the Browse button by creating a Package dialog.
UiPackageAttributeNode.java 52 import org.eclipse.swt.widgets.Button;
129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
175 * Handles response to the Browse button by creating a Package dialog.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 38 import org.eclipse.swt.widgets.Button;
104 final Button selectButton = toolkit.createButton(composite, "Select...", SWT.PUSH);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 47 import android.widget.Button;
196 implements Button.OnClickListener, Recorder.OnStateChangedListener {
239 Button mAcceptButton;
240 Button mDiscardButton;
338 mAcceptButton = (Button) findViewById(R.id.acceptButton);
339 mDiscardButton = (Button) findViewById(R.id.discardButton);
365 public void onClick(View button) {
366 if (!button.isEnabled())
369 switch (button.getId()) {
  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 47 import android.widget.Button;
181 public Button otaEndButton;
182 public Button otaActivateButton;
183 public Button otaSkipButton;
184 public Button otaNextButton;
198 public Button otaTryAgainButton;
319 // - this is triggered by the "Activate device" button in settings,
326 // - when the user presses the "Activate" button we launch the
344 // button.
676 * onscreen "Activate" button, and is only used in interactive mode
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 2445 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2447 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition); local
2456 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2458 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition); local
2469 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2471 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition); local
2483 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2485 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition); local
2491 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonMiddle; local
2493 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition); local
2499 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonMiddle; local
2501 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition); local
2508 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2510 RunTest(browser(), GetHrefURL(), modifiers, button, disposition); local
2519 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2521 RunTest(browser(), GetHrefURL(), modifiers, button, disposition); local
2532 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2534 RunTest(browser(), GetHrefURL(), modifiers, button, disposition); local
2546 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonLeft; local
2548 RunTest(browser(), GetHrefURL(), modifiers, button, disposition); local
2554 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonMiddle; local
2556 RunTest(browser(), GetHrefURL(), modifiers, button, disposition); local
2562 blink::WebMouseEvent::Button button = blink::WebMouseEvent::ButtonMiddle; local
2564 RunTest(browser(), GetHrefURL(), modifiers, button, disposition); local
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 135 self.btnAddSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_ADD, size=BUT_SIZE)
136 self.btnRevSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_REVISE, size=BUT_SIZE)
137 self.btnDelSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_DELETE, size=BUT_SIZE)
138 self.btnMoveSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_MOVE, size=BUT_SIZE)
140 self.btnQueueAll = wx.Button(leftTopPanel, -1, JetDefs.BUT_QUEUEALL, size=BUT_SIZE)
141 self.btnDequeueAll = wx.Button(leftTopPanel, -1, JetDefs.BUT_DEQUEUEALL, size=BUT_SIZE)
142 self.btnPlay = wx.Button(leftTopPanel, -1, JetDefs.BUT_PLAY, size=BUT_SIZE)
143 self.btnPause = wx.Button(leftTopPanel, -1, JetDefs.BUT_PAUSE, size=BUT_SIZE)
144 self.btnAudition = wx.Button(leftTopPanel, -1, JetDefs.BUT_AUDITION, size=BUT_SIZE)
146 self.btnAddEvt = wx.Button(leftBotPanel, -1, JetDefs.BUT_ADD, size=BUT_SIZE)
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 43 import android.widget.Button;
88 private Button mInfoButton;
93 private Button mAutofocusButton;
94 private Button mCancelAutofocusButton;
99 private Button mTakePictureButton;
196 mInfoButton = (Button) findViewById(R.id.info_button);
216 mAutofocusButton = (Button) findViewById(R.id.af_button);
220 mCancelAutofocusButton = (Button) findViewById(R.id.af_cancel_button);
241 mTakePictureButton = (Button) findViewById(R.id.take_picture);
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 39 import android.widget.Button;
73 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
76 assertNotNull(button);
90 // Find a button to click on.
98 // Click the button.
162 // Find a button to click on.
170 // Click the button.
217 // Find a button to click on.
225 // Click the button.
248 // Find a another button from the event's window
302 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
319 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
344 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
361 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
387 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
414 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
442 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
463 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
618 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() local
    [all...]

Completed in 1253 milliseconds

<<31323334353637383940>>