Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_TOOL_MAJOR (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp238 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 16); in initializeEventWithHistory()
248 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 26); in initializeEventWithHistory()
264 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 116); in initializeEventWithHistory()
273 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 126); in initializeEventWithHistory()
284 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 216); in initializeEventWithHistory()
293 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 226); in initializeEventWithHistory()
DInputPublisherAndConsumer_test.cpp164 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.5 * i); in PublishAndConsumeMotionEvent()
165 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.7 * i); in PublishAndConsumeMotionEvent()
225 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in PublishAndConsumeMotionEvent()
/frameworks/native/include/android/
Dinput.h483 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6, enumerator
890 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR,
/frameworks/native/include/input/
DInput.h474 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex); in getToolMajor()
541 AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex, historicalIndex); in getHistoricalToolMajor()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp209 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, in pointerCoordsToNative()
273 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR)); in pointerCoordsFromNative()
287 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MAJOR); in pointerCoordsFromNative()
/frameworks/native/libs/input/
DInput.cpp138 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MAJOR, scaleFactor); in scale()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp911 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in logOutboundMotionDetailsLocked()
2504 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in notifyMotion()
DInputReader.cpp3214 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in dump()
3681 mOrientedRanges.toolMajor.axis = AMOTION_EVENT_AXIS_TOOL_MAJOR; in configureSurface()
5152 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, toolMajor); in cookPointerData()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1643 ASSERT_NEAR(toolMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), 1); in assertPointerCoords()