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.cpp245 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 17); in initializeEventWithHistory()
255 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 27); in initializeEventWithHistory()
271 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 117); in initializeEventWithHistory()
280 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 127); in initializeEventWithHistory()
291 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 217); in initializeEventWithHistory()
300 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 227); in initializeEventWithHistory()
DInputPublisherAndConsumer_test.cpp230 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in PublishAndConsumeMotionEvent()
/frameworks/native/include/android/
Dinput.h502 AMOTION_EVENT_AXIS_TOOL_MINOR = 7, enumerator
896 AINPUT_MOTION_RANGE_TOOL_MINOR = AMOTION_EVENT_AXIS_TOOL_MINOR,
/frameworks/native/include/input/
DInput.h525 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex); in getToolMinor()
593 AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex, historicalIndex); in getHistoricalToolMinor()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp211 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, in pointerCoordsToNative()
275 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR)); in pointerCoordsFromNative()
288 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MINOR); in pointerCoordsFromNative()
/frameworks/native/libs/input/
DInput.cpp158 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MINOR, globalScaleFactor); in scale()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp231 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_TOOL_MINOR) ==
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp302 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in dump()
847 mOrientedRanges.toolMinor.axis = AMOTION_EVENT_AXIS_TOOL_MINOR; in configureSurface()
2300 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, toolMinor); in cookPointerData()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp989 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in logOutboundMotionDetails()
2741 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in notifyMotion()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1885 ASSERT_NEAR(toolMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), 1); in assertPointerCoords()