Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp280 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 17); in initializeEventWithHistory()
290 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 27); in initializeEventWithHistory()
308 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 117); in initializeEventWithHistory()
317 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 127); in initializeEventWithHistory()
328 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 217); in initializeEventWithHistory()
337 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 227); in initializeEventWithHistory()
H A DInputPublisherAndConsumer_test.cpp267 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in PublishAndConsumeMotionEvent()
/aosp12/frameworks/native/include/android/
H A Dinput.h512 AMOTION_EVENT_AXIS_TOOL_MINOR = 7, enumerator
912 AINPUT_MOTION_RANGE_TOOL_MINOR = AMOTION_EVENT_AXIS_TOOL_MINOR,
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp214 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, in pointerCoordsToNative()
292 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR)); in pointerCoordsFromNative()
307 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MINOR); in pointerCoordsFromNative()
/aosp12/frameworks/native/include/input/
H A DInput.h666 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex); in getToolMinor()
743 AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex, historicalIndex); in getHistoricalToolMinor()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp231 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_TOOL_MINOR) ==
/aosp12/frameworks/native/libs/input/
H A DInput.cpp323 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MINOR, globalScaleFactor); in scale()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp323 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in dump()
882 mOrientedRanges.toolMinor.axis = AMOTION_EVENT_AXIS_TOOL_MINOR; in configureSurface()
2350 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, toolMinor); in cookPointerData()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1691 entry.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in logOutboundMotionDetails()
3887 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in notifyMotion()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2797 ASSERT_NEAR(toolMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in assertPointerCoords()