HomeSort by relevance Sort by last modified time
    Searched defs:buttons (Results 51 - 75 of 192) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 427 // Update the fab and buttons.
443 // Update the fab and buttons.
487 // Avoid double-taps by enabling/disabling the set of buttons active on the new view.
522 final AnimatorSet buttons = new AnimatorSet(); local
523 buttons.setDuration(toTimers ? mMediumAnimationDuration : mShortAnimationDuration);
524 buttons.play(leftButtonAnimator).with(rightButtonAnimator).with(fabAnimator);
525 buttons.addListener(new AnimatorListenerAdapter() {
541 animatorSet.play(rotateFrom).before(rotateTo).with(buttons);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 259 XIButtonState buttons; member in struct:__anon37952
302 XIButtonState buttons; member in struct:__anon37954
375 XIButtonState *buttons,
XInput.h 228 * that support input class Buttons.
405 char buttons[32]; member in struct:__anon37895
934 char buttons[32]; member in struct:__anon37929
    [all...]
XIproto.h 1181 CARD8 buttons[32]; member in struct:__anon38022
1623 CARD8 buttons[4]; member in struct:__anon38053
1655 CARD8 buttons[28]; member in struct:__anon38055
    [all...]
  /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:__anon39811
292 XIButtonState buttons; member in struct:__anon39813
343 XIButtonState *buttons,
XInput.h 228 * that support input class Buttons.
405 char buttons[32]; member in struct:__anon39755
934 char buttons[32]; member in struct:__anon39789
    [all...]
XIproto.h 1181 CARD8 buttons[32]; member in struct:__anon39880
1623 CARD8 buttons[4]; member in struct:__anon39911
1655 CARD8 buttons[28]; member in struct:__anon39913
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 66 List<AccessibilityNodeInfo> buttons = getInstrumentation().getUiAutomation() local
68 assertEquals(9, buttons.size());
    [all...]
  /external/fio/
gfio.c 214 * Update sensitivity of job buttons and job menu items, based on the
1121 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font; local
1175 buttons = malloc(sizeof(GtkWidget *) * FD_DEBUG_MAX);
1184 buttons[i] = gtk_check_button_new_with_label(debug_levels[i].name);
1185 gtk_widget_set_tooltip_text(buttons[i], debug_levels[i].help);
1186 gtk_box_pack_start(GTK_BOX(box), buttons[i], FALSE, FALSE, 6); local
1199 set = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(buttons[i]));
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 112 public static final String NODE_BUTTONS = "buttons";
493 Element buttons = doc.createElement(PREFIX + NODE_BUTTONS); local
494 hardware.appendChild(buttons);
501 buttons.appendChild(buttonsText);
  /external/opencv3/modules/highgui/src/
window_QT.cpp 2830 Qt::MouseButtons buttons = evnt->buttons(); local
3217 Qt::MouseButtons buttons = evnt->buttons(); local
    [all...]
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java 889 // create buttons
897 LinearLayout buttons = new LinearLayout(this); local
898 buttons.setOrientation(LinearLayout.HORIZONTAL);
899 buttons.setGravity(Gravity.CENTER);
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 170 // Time to allow for all fingers or buttons to settle into a stable state before
385 /* The state of the stylus buttons as a bitfield (e.g. AMOTION_EVENT_BUTTON_SECONDARY). */
386 uint32_t buttons; member in struct:android::StylusState
393 buttons = other.buttons;
400 buttons = 0;
678 /* Keeps track of the state of mouse or touch pad buttons. */
755 /* Keeps track of the state of touch, stylus and tool buttons. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 223 #define buttons CUR Numbers[30] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 223 #define buttons CUR Numbers[30] macro
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
ddms.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 1389 milliseconds

1 23 4 5 6 7 8