HomeSort by relevance Sort by last modified time
    Searched defs:Button (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/core/java/android/widget/
Button.java 25 * Represents a push-button widget. Push-buttons can be
28 * <p>A typical use of a push-button in an activity would be the following:
38 * final Button button = (Button) findViewById(R.id.button_id);
39 * button.setOnClickListener(new View.OnClickListener() {
48 * the button in your activity, you can assign a method to your button in the XML layout,
52 * &lt;Button
58 * <p>Now, when a user clicks the button, the Android system calls the activity's {@cod
    [all...]
NumberPicker.java 72 * presents the current value as an editable input field with an increment button
73 * above and a decrement button below. Long pressing the buttons allows for a quick
210 * The increment button.
215 * The decrement button.
462 * Whether the increment virtual button is pressed.
467 * Whether the decrement virtual button is pressed.
705 // increment button
714 // decrement button
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ButtonTest.java 25 import android.widget.Button;
35 new Button(mContext, attrs, 0);
36 new Button(mContext, attrs);
37 new Button(mContext);
40 new Button(null, null, -1);
47 new Button(null, null);
54 new Button(null);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
AccessibleLinearLayout.java 23 import android.widget.Button;
27 * Fake Button class, used so TextViews can announce themselves as Buttons, for accessibility.
38 event.setClassName(Button.class.getName());
44 info.setClassName(Button.class.getName());
AccessibleTextView.java 23 import android.widget.Button;
27 * Fake Button class, used so TextViews can announce themselves as Buttons, for accessibility.
38 event.setClassName(Button.class.getName());
44 info.setClassName(Button.class.getName());
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatButton.java 32 import android.widget.Button;
35 * A {@link Button} which supports compatible features on older version of the platform,
46 * <p>This will automatically be used when you use {@link android.widget.Button} in your
49 public class AppCompatButton extends Button implements TintableBackgroundView {
161 event.setClassName(Button.class.getName());
167 info.setClassName(Button.class.getName());
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
bootstrap.js 155 * bootstrap-button.js v2.0.4
179 /* BUTTON PUBLIC CLASS DEFINITION
182 var Button = function (element, options) {
184 this.options = $.extend({}, $.fn.button.defaults, options)
187 Button.prototype.setState = function (state) {
206 Button.prototype.toggle = function () {
217 /* BUTTON PLUGIN DEFINITION
220 $.fn.button = function (option) {
223 , data = $this.data('button')
225 if (!data) $this.data('button', (data = new Button(this, options))
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 32 import android.widget.Button;
104 expected.setClassName(Button.class.getName());
109 final Button button = (Button) getActivity().findViewById(R.id.button); local
120 button.performClick();
140 expected.setClassName(Button.class.getName());
145 final Button button = (Button) getActivity().findViewById(R.id.button) local
183 final Button button = (Button) getActivity().findViewById(R.id.button); local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
url.py 328 return self.become(Button)
330 button = property(button__get) variable in class:URL
369 class Button(URLResource):
374 >>> b = u.button['confirm=Sure?'](id=5, content='del')
376 '<button onclick="if (confirm(\'Sure?\')) {location.href=\'/delete?id=5\'}; return false">del</button>'
379 default_params = {'tag': 'button'}
393 button = self
395 button = button.param(confirm=vars.pop('confirm')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
161 ("Menubutton.button", {"children":
174 Menubutton.button -children {
593 class Button(Widget):
594 """Ttk Button widget, displays a textual label and/or image, and
598 """Construct a Ttk Button widget with the parent master.
609 Widget.__init__(self, master, "ttk::button", kw)
613 """Invokes the command associated with the button."""
    [all...]
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
29 button.pack(side=BOTTOM)
144 num - mouse button pressed (ButtonPress, ButtonRelease)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
161 ("Menubutton.button", {"children":
174 Menubutton.button -children {
593 class Button(Widget):
594 """Ttk Button widget, displays a textual label and/or image, and
598 """Construct a Ttk Button widget with the parent master.
609 Widget.__init__(self, master, "ttk::button", kw)
613 """Invokes the command associated with the button."""
    [all...]
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
29 button.pack(side=BOTTOM)
144 num - mouse button pressed (ButtonPress, ButtonRelease)
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 125 .className(android.widget.Button.class.getName()).clickable(true)
149 getObjectByDescription("Button 1").click();
150 verifyDialogActionResults("Button 1");
151 getObjectByDescription("Button 2").click();
152 verifyDialogActionResults("Button 2");
153 getObjectByDescription("Button 3").click();
154 verifyDialogActionResults("Button 3");
164 getObjectByText("Button 1").click();
165 verifyDialogActionResults("Button 1");
166 getObjectByText("Button 2").click()
372 UiObject button = new UiObject(frameLayout.childSelector(gridLayout).childSelector( local
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 281 milliseconds

1 2