HomeSort by relevance Sort by last modified time
    Searched refs:AMOTION_EVENT_AXIS_TOUCH_MAJOR (Results 76 - 84 of 84) sorted by null

1 2 34

  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/android/
input.h 355 AMOTION_EVENT_AXIS_TOUCH_MAJOR = 4,
481 AINPUT_MOTION_RANGE_TOUCH_MAJOR = AMOTION_EVENT_AXIS_TOUCH_MAJOR,
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/android/
input.h 355 AMOTION_EVENT_AXIS_TOUCH_MAJOR = 4,
481 AINPUT_MOTION_RANGE_TOUCH_MAJOR = AMOTION_EVENT_AXIS_TOUCH_MAJOR,
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/android/
input.h 355 AMOTION_EVENT_AXIS_TOUCH_MAJOR = 4,
481 AINPUT_MOTION_RANGE_TOUCH_MAJOR = AMOTION_EVENT_AXIS_TOUCH_MAJOR,
    [all...]
  /frameworks/native/include/input/
Input.h 466 return getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, pointerIndex);
531 AMOTION_EVENT_AXIS_TOUCH_MAJOR, pointerIndex, historicalIndex);
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 205 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR,
269 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR));
285 bits.clearBit(AMOTION_EVENT_AXIS_TOUCH_MAJOR);
    [all...]
  /frameworks/native/libs/input/
Input.cpp 136 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOUCH_MAJOR, scaleFactor);
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 159 milliseconds

1 2 34