HomeSort by relevance Sort by last modified time
    Searched refs:ABS_MT_POSITION_Y (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
RawInputEvent.java 182 public static final int ABS_MT_POSITION_Y = 0x36;
  /frameworks/base/libs/ui/
EventHub.cpp 70 #ifndef ABS_MT_POSITION_Y
71 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
658 && test_bit(ABS_MT_POSITION_Y, abs_bitmask)) {
  /frameworks/base/services/java/com/android/server/
KeyInputQueue.java 663 } else if (ev.scancode == RawInputEvent.ABS_MT_POSITION_Y) {
    [all...]

Completed in 353 milliseconds