Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dinput.h500 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6, enumerator
942 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR,
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp263 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 16); in initializeEventWithHistory()
273 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 26); in initializeEventWithHistory()
290 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 116); in initializeEventWithHistory()
299 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 126); in initializeEventWithHistory()
310 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 216); in initializeEventWithHistory()
319 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 226); in initializeEventWithHistory()
DInputPublisherAndConsumer_test.cpp189 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.5 * i); in PublishAndConsumeMotionEvent()
190 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.7 * i); in PublishAndConsumeMotionEvent()
260 EXPECT_EQ(pc.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), motionEvent->getToolMajor(i)); in PublishAndConsumeMotionEvent()
/frameworks/native/include/input/
DInput.h670 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex); in getToolMajor()
746 AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex, historicalIndex); in getHistoricalToolMajor()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp214 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, in pointerCoordsToNative()
421 {AMOTION_EVENT_AXIS_TOOL_MAJOR, gPointerCoordsClassInfo.toolMajor}, in android_view_MotionEvent_nativeGetPointerCoords()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp226 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_TOOL_MAJOR) == common::Axis::TOOL_MAJOR);
/frameworks/native/libs/input/
DInput.cpp363 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MAJOR, globalScaleFactor); in scale()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp319 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in dump()
673 mOrientedRanges.toolMajor.axis = AMOTION_EVENT_AXIS_TOOL_MAJOR; in initializeSizeRanges()
2365 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, toolMajor); in cookPointerData()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1747 entry.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in logOutboundMotionDetails()
4010 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in notifyMotion()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3090 ASSERT_NEAR(toolMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in assertPointerCoords()
7554 assertAxisResolution(mapper, AMOTION_EVENT_AXIS_TOOL_MAJOR, 14 * GEOMETRIC_SCALE); in TEST_F()
7575 assertAxisNotPresent(mapper, AMOTION_EVENT_AXIS_TOOL_MAJOR); in TEST_F()