Home | History | Annotate | Download | only in widget

Lines Matching defs:Button

71  * presents the current value as an editable input field with an increment button
72 * above and a decrement button below. Long pressing the buttons allows for a quick
204 * The increment button.
209 * The decrement button.
456 * Whether the increment virtual button is pressed.
461 * Whether the decrement virtual button is pressed.
690 // increment button
699 // decrement button
2127 public void buttonPressDelayed(int button) {
2130 mManagedButton = button;
2134 public void buttonTapped(int button) {
2137 mManagedButton = button;
2497 event.setClassName(Button.class.getName());
2565 info.setClassName(Button.class.getName());