Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_TOOL_MINOR (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/include/android/
Dinput.h518 AMOTION_EVENT_AXIS_TOOL_MINOR = 7, enumerator
1041 AINPUT_MOTION_RANGE_TOOL_MINOR = AMOTION_EVENT_AXIS_TOOL_MINOR,
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.cpp114 tryAddRawMotionRange(/*byref*/ info, AMOTION_EVENT_AXIS_TOOL_MINOR, ABS_MT_WIDTH_MINOR); in populateMotionRanges()
299 coords.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, slot.getToolMinor()); in makePointerCoordsForSlot()
DTouchInputMapper.cpp264 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in dump()
651 mOrientedRanges.toolMinor->axis = AMOTION_EVENT_AXIS_TOOL_MINOR; in initializeSizeRanges()
2407 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, toolMinor); in cookPointerData()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp305 mSamples[0].pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 17); in SetUp()
316 mSamples[0].pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 27); in SetUp()
327 mSamples[1].pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 117); in SetUp()
338 mSamples[1].pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 127); in SetUp()
350 mSamples[2].pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 217); in SetUp()
360 mSamples[2].pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 227); in SetUp()
DInputPublisherAndConsumer_test.cpp172 EXPECT_EQ(pc.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), motionEvent.getToolMinor(i)); in verifyArgsEqualToEvent()
DInputPublisherAndConsumerNoResampling_test.cpp179 EXPECT_EQ(pc.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), motionEvent.getToolMinor(i)); in verifyArgsEqualToEvent()
/frameworks/native/services/inputflinger/tests/
DInputMapperTest.cpp248 ASSERT_NEAR(toolMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), scaledAxisEpsilon); in assertPointerCoords()
DTestEventMatchers.h710 const auto argMinor = arg.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR);
DCapturedTouchpadEventConverter_test.cpp176 info.getMotionRange(AMOTION_EVENT_AXIS_TOOL_MINOR, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
DInputReader_test.cpp7512 assertAxisResolution(mapper, AMOTION_EVENT_AXIS_TOOL_MINOR, 15 * GEOMETRIC_SCALE); in TEST_F()
7533 assertAxisNotPresent(mapper, AMOTION_EVENT_AXIS_TOOL_MINOR); in TEST_F()
/frameworks/native/include/input/
DInput.h787 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex); in getToolMinor()
864 AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex, historicalIndex); in getHistoricalToolMinor()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp222 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, in pointerCoordsToNative()
443 {AMOTION_EVENT_AXIS_TOOL_MINOR, gPointerCoordsClassInfo.toolMinor}, in android_view_MotionEvent_nativeGetPointerCoords()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp225 static_assert(static_cast<common::Axis>(AMOTION_EVENT_AXIS_TOOL_MINOR) == common::Axis::TOOL_MINOR);
/frameworks/native/libs/input/
DInput.cpp497 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MINOR, globalScaleFactor); in scale()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2139 entry.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in logOutboundMotionDetails()
4571 args.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in notifyMotion()