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

  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 238 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 16);
248 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 26);
264 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 116);
273 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 126);
284 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 216);
293 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 226);
InputPublisherAndConsumer_test.cpp 165 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.5 * i);
166 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.7 * i);
226 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR),
  /frameworks/native/include/android/
input.h 442 * {@link AMOTION_EVENT_AXIS_TOUCH_MAJOR} or {@link AMOTION_EVENT_AXIS_TOOL_MAJOR}.
483 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6,
    [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 272 milliseconds