HomeSort by relevance Sort by last modified time
    Searched refs:button (Results 76 - 100 of 1315) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 31 import android.widget.Button;
44 // Watch for button clicks.
45 Button button = (Button)findViewById(R.id.fade_animation); local
46 button.setOnClickListener(mFadeListener);
47 button = (Button)findViewById(R.id.zoom_animation);
48 button.setOnClickListener(mZoomListener);
50 button = (Button)findViewById(R.id.modern_fade_animation)
    [all...]
LocalServiceActivities.java 30 import android.widget.Button;
50 // Watch for button clicks.
51 Button button = (Button)findViewById(R.id.start); local
52 button.setOnClickListener(mStartListener);
53 button = (Button)findViewById(R.id.stop);
54 button.setOnClickListener(mStopListener);
164 // Watch for button clicks
165 Button button = (Button)findViewById(R.id.bind); local
    [all...]
DialogActivity.java 28 import android.widget.Button;
61 Button button = (Button)findViewById(R.id.add); local
62 button.setOnClickListener(mAddContentListener);
63 button = (Button)findViewById(R.id.remove);
64 button.setOnClickListener(mRemoveContentListener);
FinishAffinity.java 27 import android.widget.Button;
42 // Watch for button clicks.
43 Button button = (Button)findViewById(R.id.nest); local
44 button.setOnClickListener(mNestListener);
45 button = (Button)findViewById(R.id.finish);
46 button.setOnClickListener(mFinishListener);
NotificationDisplay.java 52 ImageButton button = new ImageButton(this); local
53 button.setImageResource(getIntent().getIntExtra("moodimg", 0));
54 button.setOnClickListener(this);
61 container.addView(button, lp);
71 // Pressing on the button brings the user back to our mood ring,
SendResult.java 28 import android.widget.Button;
52 // Watch for button clicks.
53 Button button = (Button)findViewById(R.id.corky); local
54 button.setOnClickListener(mCorkyListener);
55 button = (Button)findViewById(R.id.violet);
56 button.setOnClickListener(mVioletListener);
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 35 .mouse-mode-selector .pan-scan-mode-button {
40 .mouse-mode-selector .pan-scan-mode-button.active {
44 .mouse-mode-selector .selection-mode-button {
49 .mouse-mode-selector .selection-mode-button.active {
53 .mouse-mode-selector .zoom-mode-button {
59 .mouse-mode-selector .zoom-mode-button.active {
  /external/chromium_org/chrome/test/chromedriver/chrome/
ui_events.cc 8 MouseButton button,
14 button(button),
  /external/chromium_org/chrome/browser/resources/chromeos/
set_time.css 14 .button-strip {
34 input[type='date']::-webkit-clear-button,
35 input[type='time']::-webkit-clear-button {
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.css 22 .titlebar-close-button {
34 .titlebar-close-button:active {
40 .titlebar-close-button:hover {
  /external/chromium_org/chrome/browser/resources/ssl/
blocking.js 8 var moreLessButton = $('more-less-button');
21 $('reload-button').addEventListener('click', reloadPage);
22 $('more-less-button').addEventListener('click', toggleMoreBox);
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawable01.java 21 import android.widget.Button;
56 final Button []bArray = new Button[icon.length];
59 Button button = new Button(this); local
60 bArray[i] = button;
61 button.setWidth(200);
62 button.setBackgroundResource(icon[i]);
63 container.addView(button);
    [all...]
  /development/samples/HeavyWeight/src/com/example/android/heavyweight/
HeavyWeight.java 23 import android.widget.Button;
35 Button button = (Button)findViewById(R.id.stop); local
36 button.setOnClickListener(mStopListener);
  /external/chromium_org/chrome/browser/resources/extensions/
pack_extension_overlay.css 20 .button-strip {
  /external/chromium_org/chrome/browser/resources/
managed_mode_block_interstitial.js 12 $('request-access-button').onclick = function(event) {
17 $('request-access-button').hidden = true;
19 $('back-button').onclick = function(event) {
29 $('request-access-button').hidden = true;
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.h 22 // A class that manages the back/forward menu (and delayed-menu button, and
38 button:(MenuButton*)button;
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.h 34 ui::DialogButton button) const OVERRIDE;
35 virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
common.css 44 .ui-widget button, button {
61 button.next {
65 button.previous {
69 button[disabled] {
74 button:hover {
84 button:focus {
89 button.default {
96 button.default:hover {
  /external/proguard/src/proguard/gui/
TabbedPane.java 68 * @param title the title that will be used in the tab button.
80 JToggleButton button = new JToggleButton(title); local
82 // Let the button react on the mouse press, instead of waiting for the
84 button.setModel(new JToggleButton.ToggleButtonModel()
117 // Switch to the tab on a button press.
118 button.addActionListener(new ActionListener()
126 // Only one button can be selected at the same time.
127 buttonGroup.add(button);
129 // If this is the first tab, make sure its button is selected.
132 button.setSelected(true)
224 JToggleButton button = (JToggleButton)getComponent(index+1); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
StyleChooser.java 47 final ImageButton button = new ImageButton(context); local
48 button.setScaleType(ScaleType.CENTER_CROP);
49 button.setLayoutParams(lp);
50 button.setBackgroundResource(android.R.color.transparent);
51 mIconButton.add(button);
53 button.setOnClickListener(new View.OnClickListener() {
59 mLinearLayout.addView(button);
67 button.setImageBitmap(bmap);
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.css 22 /* TODO(xiyuan): The .row-delete-button rules probably should live somewhere
24 list .row-delete-button {
38 list > *:not(:hover):not([selected]):not([lead]) .row-delete-button,
40 .row-delete-button,
41 list[disabled] .row-delete-button,
42 list .row-delete-button[disabled] {
47 list .row-delete-button:hover {
55 list .row-delete-button:active {
139 .disable-auto-launch-button,
140 .enable-auto-launch-button {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
media_controls.css 5 .media-button {
11 .media-button > div {
20 .media-button[state='default']:not(.disabled):not(:hover):not(:active) >
22 .media-button[state='default']:not(.disabled):hover > .default.hover,
23 .media-button[state='default']:not(.disabled):active > .default.active,
24 .media-button[state='playing']:not(.disabled):not(:hover):not(:active) >
26 .media-button[state='playing']:not(.disabled):hover > .playing.hover,
27 .media-button[state='playing']:not(.disabled):active > .playing.active,
28 .media-button[state='ended']:not(.disabled):not(:hover):not(:active) >
30 .media-button[state='ended']:not(.disabled):hover > .ended.hover
    [all...]
  /external/chromium_org/chrome/browser/resources/login/
oobe.css 30 button {
36 /* Do not apply this style to restricted button state. */
37 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
45 button.custom-appearance:focus:focus {
49 button:not(.custom-appearance) {
53 button.button-fancy {
57 button.button-blue
    [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...]
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 27 import android.widget.Button;
33 * When the user clicks the "Start Alarm Service" button, it triggers a repeating countdown
38 * When the user clicks the "Stop Alarm Service" button, it stops the countdown timer.
73 // Finds the button that starts the repeating countdown timer
74 Button button = (Button)findViewById(R.id.start_alarm); local
76 // Sets the listener for the start button
77 button.setOnClickListener(mStartAlarmListener);
79 // Finds the button that stops countdown time
    [all...]

Completed in 1059 milliseconds

1 2 34 5 6 7 8 91011>>