HomeSort by relevance Sort by last modified time
    Searched refs:AMOTION_EVENT_AXIS_TOOL_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 357 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6,
483 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR,
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/android/
input.h 357 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6,
483 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR,
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/android/
input.h 357 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6,
483 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR,
    [all...]
  /frameworks/native/include/input/
Input.h 474 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex);
541 AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex, historicalIndex);
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 209 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR,
273 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR));
287 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MAJOR);
    [all...]
  /frameworks/native/libs/input/
Input.cpp 138 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MAJOR, scaleFactor);
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 958 milliseconds

1 2 34