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

  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 236 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 14);
246 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 24);
262 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 114);
271 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 124);
282 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 214);
291 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 224);
InputPublisherAndConsumer_test.cpp 163 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 1.5 * i);
222 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR),
  /frameworks/native/include/android/
input.h 442 * {@link AMOTION_EVENT_AXIS_TOUCH_MAJOR} or {@link AMOTION_EVENT_AXIS_TOOL_MAJOR}.
455 AMOTION_EVENT_AXIS_TOUCH_MAJOR = 4,
    [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 541 milliseconds