HomeSort by relevance Sort by last modified time
    Searched full:abs_y (Results 1 - 25 of 41) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 172 short abs_x, abs_y; local
175 PtGetAbsPosition( window, &abs_x, &abs_y );
176 PhMoveCursorAbs( PhInputGroup(NULL), x + abs_x, y + abs_y ); local
199 short abs_y; local
205 PtGetAbsPosition(window, &abs_x, &abs_y);
208 ((phcursor.pos.y >= abs_y) && (phcursor.pos.y <= abs_y + this->screen->h)))
211 SDL_PrivateMouseMotion(0, 0, phcursor.pos.x-abs_x, phcursor.pos.y-abs_y);
SDL_ph_wm.c 77 short abs_x, abs_y; local
87 PtGetAbsPosition(window, &abs_x, &abs_y);
88 PhMoveCursorAbs(PhInputGroup(NULL), abs_x + SDL_VideoSurface->w/2, abs_y + SDL_VideoSurface->h/2);
SDL_ph_events.c 57 short abs_x, abs_y; local
69 PtGetAbsPosition( window, &abs_x, &abs_y );
70 PhMoveCursorAbs(PhInputGroup(NULL), abs_x + centre_x, abs_y + centre_y);
  /docs/source.android.com/src/tech/input/
key-layout-files.md 114 The following declaration maps values of the `ABS_Y` axis (indicated by `0x01`) to
119 In the above example, if the value of `ABS_Y` is `0x7d` then `AXIS_GAS` is set
121 `ABS_Y` is `0x83` then `AXIS_GAS` is set to `0` and `AXIS_BRAKE` is set to `4`
122 (`0x83 - 0x7f`). Finally, if the value of `ABS_Y` equals the split value of `0x7f`
touch-devices.md 61 * The input device reports the presence of the `ABS_X` and `ABS_Y` absolute
217 * `ABS_Y`: *(REQUIRED)* Reports the Y coordinate of the tool.
302 5. The minimum and maximum values of the `ABS_X`, `ABS_Y`, `ABS_MT_POSITION_X`
527 : The value of the `ABS_Y` or `ABS_MT_POSITION_Y` axis.
    [all...]
  /external/qemu/hw/
goldfish_events_device.c 280 enqueue_event(s, EV_ABS, ABS_Y, dy);
480 abs_values[ABS_Y].max = config->hw_lcd_height-1;
497 abs_values[ABS_MT_POSITION_Y].max = abs_values[ABS_Y].max;
  /system/core/toolbox/
getevent.h 559 LABEL(ABS_Y),
  /development/ndk/platforms/android-3/include/linux/
input.h 528 #define ABS_Y 0x01
  /external/bluetooth/bluez/src/
uinput.h 552 #define ABS_Y 0x01
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
input.h 528 #define ABS_Y 0x01
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
input.h 528 #define ABS_Y 0x01

Completed in 9930 milliseconds

1 2