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

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
broken3.xml 7 <Button
11 ></Button>
completion1-expected-applyCompletion6.diff 1 Code completion in completion1.xml for style="@android:^style/Widget.Button" selecting @android:drawable/:
2 < style="@android:^style/Widget.Button"
completion4.xml 6 <Button
10 ></Button>
navigation1-expected-navigate3.txt 2 Open Declaration in values/styles.xml : [@android:style/Widget.Button]
7 <style name="Widget.Button">^
sample10.info 2 android.widget.Button [0,0,79,48] <Button>
sample9.info 2 android.widget.Button [0,0,79,48] <Button>
sample7-expected-extract7.diff 2 < <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
7 < <Button android:text="Button" android:id="@+id/button6" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
12 < <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
13 < <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
16 < <Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android (…)
    [all...]
sample1a-expected-changeLayout1a.xml 8 <Button
15 </Button>
17 <Button
25 </Button>
27 <Button
35 </Button>
47 <Button
54 </Button>
56 <Button
64 </Button>
    [all...]
sample1b-expected-changeLayout1b.xml 8 <Button
15 </Button>
17 <Button
25 </Button>
27 <Button
35 </Button>
47 <Button
54 </Button>
56 <Button
64 </Button>
    [all...]
  /external/chromium/chrome/browser/resources/options/
certificate_backup_overlay.html 31 <div class="button-strip">
32 <button type="reset" id="certificateBackupCancelButton"
33 i18n-content="cancel"></button>
34 <button type="submit" id="certificateBackupOkButton" i18n-content="ok"
35 disabled></button>
certificate_edit_ca_trust_overlay.html 26 <div class="button-strip">
27 <button type="reset" id="certificateEditCaTrustCancelButton"
28 i18n-content="cancel"></button>
29 <button type="submit" id="certificateEditCaTrustOkButton"
30 i18n-content="ok"></button>
  /external/webkit/Source/WebCore/manual-tests/inspector/
console-assert.html 26 var button = document.createElement("button");
27 button.innerText = "console.assert(" + test + "): should" + (result ? " not" : "") + " assert";
28 button.onclick = createClickHandler(result, test);
30 p.appendChild(button);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
webkit 5 -webkit-file-upload-button
9 -webkit-inner-spin-button
10 -webkit-input-list-button
12 -webkit-input-speech-button
14 -webkit-media-controls-fullscreen-button
15 -webkit-media-controls-mute-button
17 -webkit-media-controls-play-button
18 -webkit-media-controls-return-to-realtime-button
19 -webkit-media-controls-rewind-button
20 -webkit-media-controls-seek-back-button
    [all...]
  /frameworks/base/core/tests/coretests/res/layout/
list_take_focus_from_side.xml 32 <Button
36 <Button
40 <Button
44 <Button
48 <Button
52 <Button
56 <Button
60 <Button
64 <Button
68 <Button
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtonsTest.java 25 import android.widget.Button;
37 private Button mButtonAtTop;
51 mButtonAtTop = (Button) a.findViewById(R.id.button);
92 assertFalse("button at top should have focus back",
110 Button button = (Button) mListView.getSelectedView(); local
111 assertNotNull(indexInfo, button);
112 assertEquals(indexInfo, label, button.getText().toString())
127 Button button = (Button) mListView.getSelectedView(); local
    [all...]
FocusAfterRemoval.java 24 import android.widget.Button;
41 Button topLeftButton = (Button) findViewById(R.id.topLeftButton);
51 Button bottomLeftButton = (Button) findViewById(R.id.bottomLeftButton);
59 // top right button makes top right button GONE
60 final Button topRightButton = (Button) findViewById(R.id.topRightButton);
68 // bottom right button makes bottom right button INVISIBL
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 29 import android.widget.Button;
48 Button button; local
53 button = (Button) findViewById(R.id.happy);
54 button.setOnClickListener(new Button.OnClickListener() {
61 button = (Button) findViewById(R.id.neutral);
62 button.setOnClickListener(new Button.OnClickListener()
    [all...]
  /external/chromium/chrome/browser/chromeos/
browser_main_chromeos.cc 26 event->button.button == 1 &&
27 event->button.state & GDK_MOD1_MASK) {
28 // Change the button to the third (right) one.
29 event->button.button = 3;
30 // Remove the Alt key and first button state.
31 event->button.state &= ~(GDK_MOD1_MASK | GDK_BUTTON1_MASK);
32 // Add the third (right) button state.
33 event->button.state |= GDK_BUTTON3_MASK
    [all...]
  /external/chromium/chrome/browser/resources/shared/css/
button.css 0 button,
2 input[type='button'],
16 button:hover,
17 input[type='button']:hover,
25 button:active,
26 input[type='button']:active,
33 button[disabled],
34 input[type='button'][disabled],
36 button[disabled]:hover,
37 input[type='button'][disabled]:hover
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.h 29 // Called when a the menu for a button ought to be triggered.
30 virtual void PopupForButton(GtkWidget* button) = 0;
31 virtual void PopupForButtonNextTo(GtkWidget* button,
39 // Must be called whenever a button's menu starts showing. It triggers the
41 void MenuStartedShowing(GtkWidget* button, GtkWidget* menu);
43 // Add |button| to the set of buttons we care about.
44 void Add(GtkWidget* button);
46 // Remove |button| from the set of buttons we care about.
47 void Remove(GtkWidget* button);
63 // The button that is currently showing a menu, or NULL
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
media-default-playback-rate.html 75 <li>'playbackRate' should be set to 'defaultPlaybackRate' when the Play button in the built-in controls is pressed</li>
79 <button id="controls" onclick="setRate('defaultPlaybackRate', 2)">defaultPlaybackRate = 2</button>
80 <button id="controls" onclick="setRate('defaultPlaybackRate', 1)">defaultPlaybackRate = 1</button>
81 <button id="controls" onclick="setRate('playbackRate', 2)">playbackRate = 2</button>
82 <button id="controls" onclick="setRate('playbackRate', 1)">playbackRate = 1</button>
85 <button id="controls" onclick="play()">play()</button
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 24 import android.widget.Button;
68 Button firstButtonOffScreen = getActivity().getButton(offScreenIndex);
76 assertTrue("the button we've moved to off screen must not be the last "
77 + "button in the scroll view for this test to work (since we "
81 // now we are at the first button off screen
88 assertEquals("bottom of button should be verticalFadingEdgeLength "
99 Button lastButton = getActivity().getButton(numGroups - 1);
101 assertEquals("button needs to be at the very bottom of the layout for "
105 // move down to last button
110 assertTrue("last button should have focus", lastButton.hasFocus())
185 Button button = getActivity().getButton(i); local
203 Button button = getActivity().getButton(i); local
    [all...]
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 24 import android.widget.Button;
34 * Create a view with a button at the top and bottom, with filler in between.
56 final Button topButton = new Button(context);
69 final Button bottomButton = new Button(context);
119 final Button button = new Button(context); local
120 button.setText("left")
127 final Button button = new Button(context); local
135 final Button button = new Button(context); local
154 public static View button(int position, Context context, String text, int desiredHeight) { method in class:ListItemFactory
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 24 import android.widget.Button;
34 * Create a view with a button at the top and bottom, with filler in between.
56 final Button topButton = new Button(context);
69 final Button bottomButton = new Button(context);
119 final Button button = new Button(context); local
120 button.setText("left")
127 final Button button = new Button(context); local
135 final Button button = new Button(context); local
155 public static View button(int position, Context context, String text, int desiredHeight) { method in class:ListItemFactory
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceWithHeaders.java 21 import android.widget.Button;
34 // Add a button to the header list.
36 Button button = new Button(this); local
37 button.setText("Some action");
38 setListFooter(button);

Completed in 115 milliseconds

1 2 3 4 56 7 8 91011>>