HomeSort by relevance Sort by last modified time
    Searched refs:buttons (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 32 Button[] buttons = new Button[6]; field in class:HierarchicalMove
45 buttons[0] = (Button) findViewById(R.id.button0);
46 buttons[1] = (Button) findViewById(R.id.button1);
47 buttons[2] = (Button) findViewById(R.id.button2);
48 buttons[3] = (Button) findViewById(R.id.button3);
49 buttons[4] = (Button) findViewById(R.id.button4);
50 buttons[5] = (Button) findViewById(R.id.button5);
52 // Move button0, then buttons 1/2 together, then buttons 3/4/5 sequentially:
67 move0.addTarget(buttons[0])
    [all...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
145 String buttons = ""; local
148 buttons += " primary";
152 buttons += " secondary";
156 buttons += " tertiary";
160 buttons += " back";
164 buttons += " forward";
167 if (buttons.equals("")){
168 buttons = "none"
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
145 String buttons = ""; local
148 buttons += " primary";
152 buttons += " secondary";
156 buttons += " tertiary";
160 buttons += " back";
164 buttons += " forward";
167 if (buttons.equals("")){
168 buttons = "none"
    [all...]
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
145 String buttons = ""; local
148 buttons += " primary";
152 buttons += " secondary";
156 buttons += " tertiary";
160 buttons += " back";
164 buttons += " forward";
167 if (buttons.equals("")){
168 buttons = "none"
    [all...]
  /external/libvncserver/VisualNaCro/
recorder.pl 101 my $buttons = shift;
102 if(nacro::sendmouse($vnc,$x,$y,$buttons)) {
107 . ($y>=0?"+":"")."$y,$buttons);\n";
172 $buttons=nacro::getbuttons($vnc);
173 if ($buttons != $last_buttons) {
174 if (!$buttons && $compact_dragging) {
177 $last_buttons = $buttons;
179 if (($buttons && $compact_dragging) ||
180 (!$buttons && $compact)) {
184 handle_mouse($x, $y, $buttons);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 10 text='', buttons=[], default=None, cancel=None,
27 for num in range(len(buttons)):
28 s = buttons[num]
98 "the buttons below would have been glowing "
101 buttons=["Yes", "No", "Cancel"],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 10 text='', buttons=[], default=None, cancel=None,
27 for num in range(len(buttons)):
28 s = buttons[num]
98 "the buttons below would have been glowing "
101 buttons=["Yes", "No", "Cancel"],
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 19 * text view containing instructions and one or more buttons that trigger intents.
32 public static final String EXTRA_BUTTONS = "buttons";
59 final ViewGroup buttons = (ViewGroup) findViewById(R.id.buttons); local
66 buttons.addView(button);
121 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) {
123 * up to 2 buttons and won't render well with more buttons on small screen devices.
124 * If you need more than 2 buttons, please change the layout so it can properly render
127 if (buttons.length > 2)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 157 Composite buttons = new Composite(mTop, SWT.NONE); local
158 buttons.setLayout(new GridLayout());
159 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL));
163 mAddButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
183 mRemoveButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
199 Label l = new Label(buttons, SWT.SEPARATOR | SWT.HORIZONTAL);
202 mUpButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
222 mDownButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorPickerDialog.java 111 void toggleClick(ToggleButton v, int[] buttons, boolean isChecked) {
117 for (int i = 0; i < buttons.length; i++) {
118 if (id != buttons[i]) {
119 ToggleButton b = (ToggleButton) findViewById(buttons[i]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 139 // center part with the list on the left and the buttons
163 // right part: buttons
164 Composite buttons = new Composite(main, SWT.NONE); local
165 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL));
166 buttons.setLayout(new GridLayout(1, true));
168 Button newButton = new Button(buttons, SWT.NONE);
187 final Button editButton = new Button(buttons, SWT.NONE);
211 final Button deleteButton = new Button(buttons, SWT.NONE);
  /bionic/libc/kernel/uapi/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /development/ndk/platforms/android-21/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /external/kernel-headers/original/uapi/linux/
joystick.h 61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
joystick.h 61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
joystick.h 61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 144 final int[] buttons = { local
148 for (int i = 0; i < buttons.length; i++) {
149 findViewById(buttons[i]).setOnClickListener(this);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 201 // Buttons and text do switch sides though.
202 View buttons = mLayout.findViewById(R.id.screen_pinning_buttons); local
203 buttons.setLayoutDirection(View.LAYOUT_DIRECTION_LOCALE);
206 swapChildrenIfRtlAndVertical(buttons);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 249 XIButtonState buttons; member in struct:__anon32007
292 XIButtonState buttons; member in struct:__anon32009
343 XIButtonState *buttons,

Completed in 1080 milliseconds

1 2 3 4 5 6