/frameworks/base/libs/ui/tests/ |
InputEvent_test.cpp | 239 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 16); 249 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 26); 265 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 116); 274 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 126); 285 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 216); 294 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 226);
|
InputPublisherAndConsumer_test.cpp | 188 pc.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.5 * i + j); 189 pc.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.7 * i + j); 281 EXPECT_EQ(samplePointerCoords[offset].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), 311 EXPECT_EQ(samplePointerCoords[offset].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR),
|
/frameworks/base/native/include/android/ |
input.h | 357 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6, 481 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR, [all...] |
/frameworks/base/include/ui/ |
Input.h | 440 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex); 507 AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex, historicalIndex);
|
/frameworks/base/core/jni/ |
android_view_MotionEvent.cpp | 206 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 271 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR)); 284 | (1LL << AMOTION_EVENT_AXIS_TOOL_MAJOR) [all...] |
/frameworks/base/libs/ui/ |
Input.cpp | 317 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MAJOR, scaleFactor); [all...] |
/frameworks/base/services/input/ |
InputDispatcher.cpp | [all...] |
InputReader.cpp | [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |