Home | History | Annotate | Download | only in widget

Lines Matching defs:Button

74  * presents the current value as an editable input field with an increment button
75 * above and a decrement button below. Long pressing the buttons allows for a quick
212 * The increment button.
217 * The decrement button.
464 * Whether the increment virtual button is pressed.
469 * Whether the decrement virtual button is pressed.
711 // increment button
720 // decrement button
2235 public void buttonPressDelayed(int button) {
2238 mManagedButton = button;
2242 public void buttonTapped(int button) {
2245 button;
2632 event.setClassName(Button.class.getName());
2700 info.setClassName(Button.class.getName());