HomeSort by relevance Sort by last modified time
    Searched full:button (Results 251 - 275 of 3903) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/css/
mediaControlsAndroid.css 51 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
52 -webkit-appearance: media-mute-button;
58 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
59 -webkit-appearance: media-play-button;
100 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
101 -webkit-appearance: media-seek-back-button;
107 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button
    [all...]
  /development/samples/ApiDemos/res/layout/
action_bar_display_options.xml 20 <Button android:id="@+id/toggle_home_as_up"
24 <Button android:id="@+id/toggle_show_home"
28 <Button android:id="@+id/toggle_use_logo"
32 <Button android:id="@+id/toggle_show_title"
36 <Button android:id="@+id/toggle_show_custom"
40 <Button android:id="@+id/toggle_navigation"
44 <Button android:id="@+id/cycle_custom_gravity"
relative_layout_2.xml 49 The OK button goes below the EditText field.
52 The OK button comes first so the Cancel button
53 can be specified relative to the OK button.
55 <Button
65 The Cancel button is aligned with the top of
66 the OK button and positioned to the left of it.
67 Since the OK button has a left margin of 10, there
70 <Button
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.h 9 #include "views/controls/button/button.h"
28 // Called when user clicks on capture button.
54 virtual void ButtonPressed(views::Button* sender, const views::Event& event);
57 // Resizes and sets image with specified resource id for the button.
58 void InitButton(int resource_id, UserImageButton* button) const;
64 // button.
  /external/chromium/chrome/browser/debugger/manual_tests/
error-warning-count.html 31 var button = document.createElement("button");
44 button.innerText = content;
45 button.onclick = clickHandler(test.errors, test.warnings);
47 p.appendChild(button);
57 button you clicked.</p>
58 <p>Note: You must reload the page between each button press.</p>
  /external/chromium/chrome/browser/resources/
collected_cookies.js 16 $('block-button').disabled = !allowedCookies.children.length ||
21 $('allow-button').disabled =
22 $('allow-this-session-button').disabled = !blockedCookies.children.length ||
60 $('block-button').addEventListener('click', handleBlockButtonClick);
61 $('allow-button').addEventListener('click', handleAllowButtonClick);
62 $('allow-this-session-button').addEventListener('click',
65 $('close-button').addEventListener('click', closeDialog);
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.h 36 // Update the button to be a reload button or stop button depending on
38 // |!force|, and the mouse is over the button, defer the transition
39 // from stop button to reload button until the mouse has left the
40 // button, or until |pendingReloadTimer_| fires. This prevents an
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 24 import android.widget.Button;
30 private Button mButton1;
31 private Button mButton2;
32 private Button mButton3;
43 mButton1 = (Button) activity.findViewById(R.id.button1);
44 mButton2 = (Button) activity.findViewById(R.id.button2);
45 mButton3 = (Button) activity.findViewById(R.id.button3);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHorizontalFocusWithinItemWins.java 26 import android.widget.Button;
38 public Button getTopLeftButton() {
39 return (Button) ((ViewGroup) getListView().getChildAt(0)).getChildAt(0);
42 public Button getTopRightButton() {
43 return (Button) ((ViewGroup) getListView().getChildAt(0)).getChildAt(2);
46 public Button getBottomMiddleButton() {
47 return (Button) ((ViewGroup) getListView().getChildAt(1)).getChildAt(1);
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.mm 41 // Image used for the overflow button.
50 // The size of each button on the toolbar.
57 // Padding between Omnibox and first button. Since the buttons have a
72 // Creates and then adds the given extension's action button to the container
78 // Removes an action button for the given extension from the container. This
84 // the container, this method repositions each button according to the current
89 // off the screen. This method updates each button's opacity determined by the
90 // position of the button.
93 // Returns the existing button with the given extension backing it; nil if it
107 // Updates each button's opacity, the cursor rects and chevron position
    [all...]
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.html 5 <link rel="stylesheet" href="chrome://resources/css/button.css">
36 <div class="button-strip">
37 <button id="enter-pin-confirm" i18n-content="ok"></button>
38 <button id="enter-pin-dismiss" i18n-content="cancel"></button>
51 <div class="button-strip">
52 <button id="pin-no-tries-proceed" i18n-content="enterPukButton">
53 </button>
54 <button id="pin-no-tries-dismiss" i18n-content="cancel"></button
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ShortButtonsTest.java 26 import android.widget.Button;
60 String prefix = "after " + i + " downs expected button " + i;
61 final Button button = getActivity().getButtonAt(i); local
62 assertTrue(prefix + " to have focus", button.isFocused());
63 assertTrue(prefix + " to be on screen", isButtonOnScreen(button));
76 final Button lastButton = getActivity().getButtonAt(numButtons - 1);
89 String prefix = "after " + i + " ups expected button " + i;
90 final Button button = getActivity().getButtonAt(i) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample8-expected-extract7.diff 5 < <Button android:text="FirstButton" android:id="@+id/button1"
6 < android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
16 < <Button android:text="Button" android:id="@+id/button6"
18 < android:layout_height="wrap_content"></Button>
32 < <Button android:text="Button" android:id="@+id/button6"
34 < android:layout_height="wrap_content"></Button>
46 > <Button
51 > </Button>
    [all...]
  /cts/tests/tests/accessibilityservice/res/layout/
query_window_test.xml 30 <Button
36 <Button
42 <Button
55 <Button
61 <Button
67 <Button
81 <Button
87 <Button
93 <Button
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 31 import android.widget.Button;
54 // Watch for button clicks.
55 Button button = (Button)findViewById(R.id.start_alarm); local
56 button.setOnClickListener(mStartAlarmListener);
57 button = (Button)findViewById(R.id.stop_alarm);
58 button.setOnClickListener(mStopAlarmListener);
Animation.java 29 import android.widget.Button;
42 // Watch for button clicks.
43 Button button = (Button)findViewById(R.id.fade_animation); local
44 button.setOnClickListener(mFadeListener);
45 button = (Button)findViewById(R.id.zoom_animation);
46 button.setOnClickListener(mZoomListener);
IntentActivityFlags.java 15 import android.widget.Button;
27 // Watch for button clicks.
28 Button button = (Button)findViewById(R.id.flag_activity_clear_task); local
29 button.setOnClickListener(mFlagActivityClearTaskListener);
30 button = (Button)findViewById(R.id.flag_activity_clear_task_pi);
31 button.setOnClickListener(mFlagActivityClearTaskPIListener);
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);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
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/chrome/browser/extensions/
browser_action_test_util_gtk.cc 21 GtkWidget* button = NULL; local
26 button = gtk_bin_get_child(GTK_BIN(alignment));
29 return button;
48 GtkWidget* button = GetButton(browser_, index); local
49 return gtk_button_get_image(GTK_BUTTON(button)) != NULL;
53 GtkWidget* button = GetButton(browser_, index); local
54 gtk_button_clicked(GTK_BUTTON(button));
58 GtkWidget* button = GetButton(browser_, index); local
59 gchar* text = gtk_widget_get_tooltip_text(button);
  /external/webkit/Source/WebCore/manual-tests/
onbeforeunload-close_with_javascript.html 16 <li>Click the "Open" button below.
17 <li>In the window that opens, click the "Close" button.
22 After the close button is clicked, you should see a dialog that reads:</p>
28 <p id="success" style="background-color:palegreen; padding:3px;">You should see the same dialog if you click the "Close" button in the main window.
32 No dialog (as described above) after clicking the "Close" button in the newly opened window, or in the main window.
36 <input type=button value="Open Window" onclick="openWindow()"><br>
37 <input type=button value="Close Window" onclick="window.close();"><br>
38 <p>Click the Open Window button. Once the new window is opened, close the new window by clicking the Close Window button (not the browser's close window icon).</p>
  /frameworks/base/core/java/android/widget/
RadioButton.java 28 * A radio button is a two-states button that can be either checked or
29 * unchecked. When the radio button is unchecked, the user can press or click it
31 * button cannot be unchecked by the user once checked.
37 * a radio group, checking one radio button unchecks all the others.</p>
46 * {@link android.R.styleable#Button Button Attributes},
68 * If the radio button is already checked, this method will not toggle the radio button.
  /frameworks/base/core/tests/coretests/res/layout/
framelayout_gravity.xml 22 <Button android:id="@+id/left"
28 <Button android:id="@+id/right"
34 <Button android:id="@+id/center_horizontal"
40 <Button android:id="@+id/left_center_vertical"
46 <Button android:id="@+id/right_center_vertical"
52 <Button android:id="@+id/center"
58 <Button android:id="@+id/left_bottom"
64 <Button android:id="@+id/right_bottom"
70 <Button android:id="@+id/center_horizontal_bottom"
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java 26 import android.widget.Button;
35 private Button mTopLeftButton;
36 private Button mBottomLeftButton;
37 private Button mTopRightButton;
38 private Button mBottomRightButton;
51 mTopLeftButton = (Button) a.findViewById(R.id.topLeftButton);
52 mBottomLeftButton = (Button) a.findViewById(R.id.bottomLeftButton);
53 mTopRightButton = (Button) a.findViewById(R.id.topRightButton);
54 mBottomRightButton = (Button) a.findViewById(R.id.bottomRightButton);
  /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);

Completed in 351 milliseconds

<<11121314151617181920>>