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

1 2 3 4 5 67 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Focus3.java 21 import android.widget.Button;
25 private Button mTopButton;
26 private Button mBottomButton;
34 mTopButton = (Button) findViewById(R.id.top);
35 mBottomButton = (Button) findViewById(R.id.bottom);
38 public Button getTopButton() {
42 public Button getBottomButton() {
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 24 <div class="action-area button-strip">
25 <button type="reset" id="autofill-edit-credit-card-cancel-button"
26 i18n-content="cancel"></button>
27 <button type="submit" id="autofill-edit-credit-card-apply-button" disabled
28 i18n-content="ok"></button>
language_add_language_overlay.js 35 // Set up the cancel button.
36 $('add-language-overlay-cancel-button').onclick = function(e) {
51 var button = document.createElement('button');
52 button.className = 'link-button';
53 button.textContent = displayText;
54 button.languageCode = language.code;
57 li.appendChild(button);
language_options.html 18 <button id="language-options-add-button"
19 i18n-content="add_button"></button>
26 <button id="language-options-ui-language-button"></button>
30 <button id="language-options-spell-check-language-button"></button>
36 <button id="language-options-ui-restart-button
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 17 // Return the bookmark button from this bar controller with the given
26 // Return the bookmark button from this folder controller with the given
35 // Return the center of the button in the base coordinate system of the
39 // Return the top of the button in the base coordinate system of the
43 // Return the bottom of the button in the base coordinate system of the
47 // Return the center-left point of the button in the base coordinate system
51 // Return the center-right point of the button in the base coordinate system
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.h 17 // A button cell that implements the weird button/popup button hybrid that is
20 // The button represented by this cell consists of a button part on the left
31 // Track which part of the button the mouse is over
56 // Returns if the mouse is over the button part of the cell.
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_button.h 31 GtkButton button; member in struct:_GtkChromeButton
43 void gtk_chrome_button_set_paint_state(GtkChromeButton* button,
47 void gtk_chrome_button_unset_paint_state(GtkChromeButton* button);
50 void gtk_chrome_button_set_use_gtk_rendering(GtkChromeButton* button,
53 // Sets the partial hover state of the button. The acceptable range is 0.0 to
54 // 1.0. If |state| is outside of that range, then revert the button to normal
56 void gtk_chrome_button_set_hover_state(GtkChromeButton* button,
  /frameworks/base/core/tests/coretests/src/android/view/
Disabled.java 22 import android.widget.Button;
37 Button disabledButton = (Button) findViewById(R.id.disabledButton);
41 Button disabledButtonA = (Button) findViewById(R.id.disabledButtonA);
46 Button disabledButtonB = (Button) findViewById(R.id.disabledButtonB);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
DescendantFocusability.java 24 import android.widget.Button;
29 public Button beforeDescendantsChild;
32 public Button afterDescendantsChild;
35 public Button blocksDescendantsChild;
44 beforeDescendantsChild = (Button) beforeDescendants.getChildAt(0);
47 afterDescendantsChild = (Button) afterDescendants.getChildAt(0);
50 blocksDescendantsChild = (Button) blocksDescendants.getChildAt(0);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 25 import android.widget.Button;
37 public Button getLeftButton() {
38 return (Button) ((ViewGroup) getListView().getChildAt(0)).getChildAt(0);
41 public Button getCenterButton() {
42 return (Button) ((ViewGroup) getListView().getChildAt(1)).getChildAt(1);
45 public Button getRightButton() {
46 return (Button) ((ViewGroup) getListView().getChildAt(2)).getChildAt(2);
  /external/clang/test/SemaObjC/
arc-jump-block.m 19 - (void)choose:(int)button {
20 switch (button) {
37 switch (button) {
44 if (button)
48 while (button)
55 switch (button) {
62 if (button)
64 switch (button) {
75 while (button)
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
OneEditTextActivityNotSelected.java 29 import android.widget.Button;
53 Button button = new Button(this); local
54 button.setText("The focus is here.");
55 button.setFocusableInTouchMode(true);
56 button.requestFocus();
57 mDefaultFocusedView = button;
58 layout.addView(button);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-changeView1.xml 5 <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
6 <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
9 <Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android:layout_width="match_parent"></Button>
11 <Button android:layout_gravity="right" android:id="@+id/button5" android:text="FifthButton" android:layout_height="wrap_content" android:layout_width="wrap_content"></Button>
16 <RadioButton android:text="Button" android:id="@+id/RadioButton2" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
sample2-expected-changeView2.xml 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
5 <Button android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:id="@+id/button2" android:layout_height="wrap_content" android:text="Button"></Button>
7 <Button android:layout_width="wrap_content" android:id="@+id/button4" android:layout_below="@+id/ImageButton1" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/ImageButton1"></Button>
navigation1.xml 6 <Button
9 style="@android:style/Widget.Button"
11 ></Button>
newlayout2-expected-extract2.xml 4 <Button android:text="Button" android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
newlayout3-expected-extract5.xml 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample1a-expected-extract6.diff 4 < <Button android:text="Button" android:id="@+id/button6" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyWithText.java 22 import android.widget.Button;
28 * When you push the button on this Activity, it creates a {@link Toast} object and
43 Button button; local
46 button = (Button) findViewById(R.id.short_notify);
47 button.setOnClickListener(new Button.OnClickListener() {
67 button = (Button) findViewById(R.id.long_notify)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
before_translate_infobar_gtk.cc 44 GtkWidget* button = gtk_button_new_with_label( local
46 g_signal_connect(button, "clicked",G_CALLBACK(&OnAcceptPressedThunk), this);
47 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); local
49 button = gtk_button_new_with_label(
51 g_signal_connect(button, "clicked",G_CALLBACK(&OnDenyPressedThunk), this);
52 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); local
60 button = gtk_button_new_with_label(label.c_str());
61 g_signal_connect(button, "clicked",
63 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); local
71 button = gtk_button_new_with_label(label.c_str())
74 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); local
    [all...]
  /external/webkit/Source/WebCore/manual-tests/inspector/
errors-with-space in-url.html 5 panel. Clicking the button below should change the "1" to a "2".</p>
7 <button onclick="console.error('hi')">click me</button>
returnEvent-crash.html 16 <p>To test, open and attach the Inspector's debugger, then click the button below. If you don't crash, you have passed the test.</p>
17 <button onclick="test()">click me</button>
  /external/webkit/Source/WebCore/manual-tests/
load-deferrer-resume-crash.html 26 <input id="button" type="button" value="click me" onclick="runModal()"/>
30 <p>Click the above button to start loading an image and then open an alert() box. For the test to pass there should be no crash when closing the alert box.</p>
modal-dialog-arguments.html 14 This tests that modal dialog arguments get passed around correctly. Click the button below to test. The text "SUCCESS" will be shown below if the test was successful.
16 <button onclick="runTest()">Click Me!</button>
submit-form-with-target-twice.html 13 <p>To test this, click the button below. A new window should open up and Safari should not assert.</p>
14 <button onclick="runTest()">Click Here</button>

Completed in 256 milliseconds

1 2 3 4 5 67 8 91011>>