/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/ |
ListButtonsDiagonalAcrossItemsTest.java | 26 import android.widget.Button; 35 private Button mLeftButton; 36 private Button mCenterButton; 37 private Button mRightButton; 61 assertTrue("left button focused", mLeftButton.isFocused()); 71 assertEquals("focus search right from left button should be center button", 74 assertEquals("focus search right from center button should be right button", 77 assertEquals("focus search left from centr button should be left button" [all...] |
/cts/tests/res/layout/ |
home_activity.xml | 21 <Button android:text="@string/holo_test" 26 </Button> 27 <Button android:text="@string/holo_generator" 32 </Button> 33 <Button android:text="@string/holo_light_test" 38 </Button> 39 <Button android:text="@string/holo_light_generator" 44 </Button>
|
/development/samples/ApiDemos/res/layout/ |
pick_contact.xml | 28 <Button android:id="@+id/pick_contact" 32 </Button> 34 <Button android:id="@+id/pick_person" 37 </Button> 39 <Button android:id="@+id/pick_phone" 42 </Button> 44 <Button android:id="@+id/pick_address" 47 </Button>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotifyingController.java | 28 import android.widget.Button; 41 Button button = (Button) findViewById(R.id.notifyStart); local 42 button.setOnClickListener(mStartListener); 43 button = (Button) findViewById(R.id.notifyStop); 44 button.setOnClickListener(mStopListener);
|
ContactsFilter.java | 26 import android.widget.Button; 41 // Watch for button clicks. 42 Button button = (Button)findViewById(R.id.go); local 43 button.setOnClickListener(mGoListener);
|
Intents.java | 26 import android.widget.Button; 35 // Watch for button clicks. 36 Button button = (Button)findViewById(R.id.get_music); local 37 button.setOnClickListener(mGetMusicListener);
|
LocalSample.java | 26 import android.widget.Button; 41 // Watch for button clicks. 42 Button button = (Button)findViewById(R.id.go); local 43 button.setOnClickListener(mGoListener);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Visibility1.java | 27 import android.widget.Button; 47 Button visibleButton = (Button) findViewById(R.id.vis); 48 Button invisibleButton = (Button) findViewById(R.id.invis); 49 Button goneButton = (Button) findViewById(R.id.gone); 51 // Wire each button to a click listener
|
ProgressBar4.java | 25 import android.widget.Button; 43 Button button = (Button) findViewById(R.id.toggle); local 44 button.setOnClickListener(new Button.OnClickListener() {
|
TableLayout9.java | 23 import android.widget.Button; 38 Button button = (Button) findViewById(R.id.toggle); local 39 button.setOnClickListener(new Button.OnClickListener() {
|
/external/chromium/chrome/browser/automation/ |
ui_controls_internal.cc | 9 ClickTask::ClickTask(MouseButton button, int state, Task* followup) 10 : button_(button), state_(state), followup_(followup) {
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options.html | 11 <button id="enable-wifi" hidden 12 i18n-content="enableWifi"></button> 13 <button id="disable-wifi" hidden 14 i18n-content="disableWifi"></button> 15 <button id="enable-cellular" hidden 16 i18n-content="enableCellular"></button> 17 <button id="disable-cellular" hidden 18 i18n-content="disableCellular"></button>
|
/external/chromium/chrome/browser/resources/options/ |
password_manager_list.css | 7 button.password-button { 21 button.password-button:hover { 26 html[dir='ltr'] button.password-button { 30 html[dir='rtl'] button.password-button {
|
content_settings.html | 38 <button class="exceptions-list-button" contentType="cookies" 39 i18n-content="manage_exceptions"></button> 40 <button id="show-cookies-button" 41 i18n-content="cookies_show_cookies"></button> 62 <button class="exceptions-list-button" contentType="images" 63 i18n-content="manage_exceptions"></button> 84 <button class="exceptions-list-button" contentType="javascript [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_link_button.h | 5 // Creates a link button that shows |text| in blue and underlined. The cursor 7 // it doesn't call the global URI link handler, etc. It is a button subclass, 38 GtkButton button; member in struct:_GtkChromeLinkButton 55 // Make a link button with display text |text|. 61 // Set whether the link button draws natively (using "link-color"). The default 63 void gtk_chrome_link_button_set_use_gtk_theme(GtkChromeLinkButton* button, 67 void gtk_chrome_link_button_set_label(GtkChromeLinkButton* button, 72 void gtk_chrome_link_button_set_normal_color(GtkChromeLinkButton* button,
|
/external/javassist/sample/rmi/ |
AlertDialog.java | 14 Button b = new Button("OK");
|
/external/webkit/LayoutTests/fast/dom/HTMLFormElement/ |
associated-elements-after-index-assertion-fail1.html | 15 <a </var><form><button form="f"><progress> 16 <keygen form="f"><a </datalist><button>
|
/frameworks/base/core/tests/coretests/src/android/view/ |
Visibility.java | 22 import android.widget.Button; 40 Button visibleButton = (Button) findViewById(R.id.vis); 41 Button invisibleButton = (Button) findViewById(R.id.invis); 42 Button goneButton = (Button) findViewById(R.id.gone); 44 // Wire each button to a click listener
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
broken1.xml | 6 <Button 11 ></Button>
|
broken2.xml | 6 <Button 11 ></Button>
|
quickfix1.xml | 7 <Button android:text="@string/firststring" 11 </Button>
|
sample8.xml | 6 <Button android:text="FirstButton" android:id="@+id/button1" 7 android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> 17 <Button android:text="Button" android:id="@+id/button6" 19 android:layout_height="wrap_content"></Button> 33 <Button android:text="Button" android:id="@+id/button6" 35 android:layout_height="wrap_content"></Button>
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 10 - (void)closeBookmarkFolderOnHoverButton:(BookmarkButton*)button; 11 - (void)openBookmarkFolderOnHoverButton:(BookmarkButton*)button; 23 - (NSDragOperation)draggingEnteredButton:(BookmarkButton*)button { 24 if ([button isFolder]) { 25 if (hoverButton_ == button) { 26 // CASE A: hoverButton_ == button implies we've dragged over 29 hoverButton_ != button) { 30 // CASE B: we have a hoverButton_ but it is different from the new button. 41 [self scheduleOpenBookmarkFolderOnHoverButton:button]; 46 [self scheduleOpenBookmarkFolderOnHoverButton:button]; [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
clear-input-file.html | 23 <input type="button" value="clear with reset()" onclick="clearWithReset()"> 24 <input type="button" value="clear by setting value to ''" onclick="clearBySettingValue()"></p> 25 <p>Or press this button that should clear the file, but won't, due to <a href="http://bugs.webkit.org/show_bug.cgi?id=13448">bug 13448</a>: <input type="button" value="clear by setting value to null" onclick="clearBySettingValueToNull()"></p> 26 <p>Or press this button to verify we can't set to a non-empty value: <input type="button" value="clear by setting value to 'x'" onclick="clearBySettingValueToX()"></p>
|
/frameworks/base/core/java/android/widget/ |
Button.java | 28 * Represents a push-button widget. Push-buttons can be 31 * <p>A typical use of a push-button in an activity would be the following: 41 * final Button button = (Button) findViewById(R.id.button_id); 42 * button.setOnClickListener(new View.OnClickListener() { 51 * the button in your activity, you can assign a method to your button in the XML layout, 55 * <Button 61 * <p>Now, when a user clicks the button, the Android system calls the activity's {@cod [all...] |