Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp279 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 17); in initializeEventWithHistory()
289 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 27); in initializeEventWithHistory()
307 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 117); in initializeEventWithHistory()
316 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 127); in initializeEventWithHistory()
327 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 217); in initializeEventWithHistory()
336 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 227); in initializeEventWithHistory()
DInputPublisherAndConsumer_test.cpp264 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in PublishAndConsumeMotionEvent()
/frameworks/native/include/android/
Dinput.h512 AMOTION_EVENT_AXIS_TOOL_MINOR = 7, enumerator
912 AINPUT_MOTION_RANGE_TOOL_MINOR = AMOTION_EVENT_AXIS_TOOL_MINOR,
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp211 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, in pointerCoordsToNative()
277 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR)); in pointerCoordsFromNative()
290 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MINOR); in pointerCoordsFromNative()
/frameworks/native/include/input/
DInput.h679 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex); in getToolMinor()
756 AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex, historicalIndex); in getHistoricalToolMinor()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp231 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_TOOL_MINOR) ==
/frameworks/native/libs/input/
DInput.cpp317 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MINOR, globalScaleFactor); in scale()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp323 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in dump()
853 mOrientedRanges.toolMinor.axis = AMOTION_EVENT_AXIS_TOOL_MINOR; in configureSurface()
2321 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, toolMinor); in cookPointerData()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1665 entry.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in logOutboundMotionDetails()
3841 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in notifyMotion()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2772 ASSERT_NEAR(toolMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in assertPointerCoords()