Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp244 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 16); in initializeEventWithHistory()
254 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 26); in initializeEventWithHistory()
270 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 116); in initializeEventWithHistory()
279 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 126); in initializeEventWithHistory()
290 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 216); in initializeEventWithHistory()
299 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 226); in initializeEventWithHistory()
DInputPublisherAndConsumer_test.cpp166 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.5 * i); in PublishAndConsumeMotionEvent()
167 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.7 * i); in PublishAndConsumeMotionEvent()
228 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in PublishAndConsumeMotionEvent()
/frameworks/native/include/android/
Dinput.h487 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6, enumerator
894 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR,
/frameworks/native/include/input/
DInput.h521 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex); in getToolMajor()
588 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.cpp157 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MAJOR, globalScaleFactor); in scale()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp229 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_TOOL_MAJOR) ==
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp301 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in dump()
838 mOrientedRanges.toolMajor.axis = AMOTION_EVENT_AXIS_TOOL_MAJOR; in configureSurface()
2299 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, toolMajor); in cookPointerData()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp988 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in logOutboundMotionDetails()
2740 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in notifyMotion()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1884 ASSERT_NEAR(toolMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), 1); in assertPointerCoords()