/frameworks/base/core/java/android/text/method/ |
CharacterPickerDialog.java | 34 import android.widget.Button; 47 private Button mCancelButton; 81 mCancelButton = (Button) findViewById(R.id.cancel); 105 * Handles clicks on the Cancel button. 110 } else if (v instanceof Button) { 111 CharSequence result = ((Button) v).getText(); 123 Button b = (Button)
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfEditTexts.java | 51 // add a button above 52 Button buttonAbove = new Button(this); 57 buttonAbove.setText("button above list"); 81 // add button below 82 Button buttonBelow = new Button(this); 87 buttonBelow.setText("button below list");
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
TallTextAboveButton.java | 23 * of the screen followed by a button. 29 .addButton("button", 0.2f);
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/ |
ButtonsWithTallTextViewInBetweenTest.java | 26 import android.widget.Button; 34 private Button mTopButton; 68 assertTrue("top button should be shorter than max scroll amount", 71 assertTrue("bottom button should be further than max scroll amount off screen", 84 assertTrue("top button should be off screen", 87 assertFalse("top button should have lost focus", 134 assertTrue("bottom button should be off screen", 137 assertFalse("bottom button should have lost focus",
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DisplayListLayersActivity.java | 28 import android.widget.Button; 53 private Button createButton(final LinearLayout root) { 54 Button button = new Button(this); local 55 button.setText("Invalidate"); 56 button.setOnClickListener(new View.OnClickListener() { 68 return button;
|
/packages/apps/Settings/src/com/android/settings/ |
ButtonBarHandler.java | 18 import android.widget.Button; 26 public Button getNextButton();
|
/packages/apps/Stk/res/values/ |
strings.xml | 20 <!-- Menu button option for ending current SIM session --> 22 <!-- Menu button option for requesting additional help information --> 24 <!-- Menu button option to navigate back to the previous screen --> 30 <!-- OK button used to confirm a message dialog --> 32 <!-- Cancel button used to dismiss a message dialog and terminate the current SIM session--> 34 <!-- Yes button, used on a Yes/No confirmation screen --> 36 <!-- No button, used on a Yes/No confirmation screen --> 59 <!-- Button texts used in STK dialog -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample10-expected-convertFromGrid.xml | 8 <Button 12 android:text="Button" />
|
sample10-expected-initialAttributes.xml | 8 <Button 12 android:text="Button" />
|
sample10.xml | 9 <Button 11 android:text="Button" />
|
sample9-expected-convertToGrid.xml | 9 <Button 12 android:text="Button" />
|
unwrap.xml | 19 <Button 20 android:id="@+id/button"
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/ |
MonkeyControllerFrame.java | 67 private final PhysicalButton button; field in class:MonkeyControllerFrame.PressAction 69 public PressAction(PhysicalButton button) { 70 this.button = button; 76 device.press(button.getKeyName(), DOWN_AND_UP); 82 JButton button = new JButton(new PressAction(hardButton)); local 83 button.setText(hardButton.getKeyName()); 84 return button;
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/ |
README | 3 referencing a button or input box by x,y coordinate, they can be referenced 19 raise Error('Could not find the "all apps" button')
|
/development/samples/ApiDemos/res/layout/ |
action_bar_tabs.xml | 28 <Button android:id="@+id/btn_add_tab" 33 <Button android:id="@+id/btn_remove_tab" 38 <Button android:id="@+id/btn_toggle_tabs" 43 <Button android:id="@+id/btn_remove_all_tabs"
|
activity_animation.xml | 30 <Button android:id="@+id/fade_animation" 34 </Button> 36 <Button android:id="@+id/zoom_animation" 39 </Button>
|
alarm_controller.xml | 30 <Button android:id="@+id/one_shot" 34 </Button> 36 <Button android:id="@+id/start_repeating" 40 <Button android:id="@+id/stop_repeating"
|
fragment_pager_support.xml | 35 <Button android:id="@+id/goto_first" 38 </Button> 39 <Button android:id="@+id/goto_last" 42 </Button>
|
intent_activity_flags.xml | 31 <Button android:id="@+id/flag_activity_clear_task" 35 </Button> 37 <Button android:id="@+id/flag_activity_clear_task_pi" 41 </Button>
|
local_service_binding.xml | 30 <Button android:id="@+id/bind" 34 </Button> 36 <Button android:id="@+id/unbind" 39 </Button>
|
local_service_controller.xml | 30 <Button android:id="@+id/start" 34 </Button> 36 <Button android:id="@+id/stop" 39 </Button>
|
messenger_service_binding.xml | 30 <Button android:id="@+id/bind" 34 </Button> 36 <Button android:id="@+id/unbind" 39 </Button>
|
notifying_controller.xml | 30 <Button android:id="@+id/notifyStart" 34 </Button> 36 <Button android:id="@+id/notifyStop" 39 </Button>
|
redirect_main.xml | 35 <Button android:id="@+id/clear" 39 </Button> 41 <Button android:id="@+id/newView" 44 </Button>
|
remote_service_controller.xml | 30 <Button android:id="@+id/start" 34 </Button> 36 <Button android:id="@+id/stop" 39 </Button>
|