Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp239 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 17); in initializeEventWithHistory()
249 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 27); in initializeEventWithHistory()
265 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 117); in initializeEventWithHistory()
274 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 127); in initializeEventWithHistory()
285 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 217); in initializeEventWithHistory()
294 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, 227); in initializeEventWithHistory()
DInputPublisherAndConsumer_test.cpp224 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in PublishAndConsumeMotionEvent()
/frameworks/native/include/android/
Dinput.h496 AMOTION_EVENT_AXIS_TOOL_MINOR = 7, enumerator
888 AINPUT_MOTION_RANGE_TOOL_MINOR = AMOTION_EVENT_AXIS_TOOL_MINOR,
/frameworks/native/include/input/
DInput.h478 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, pointerIndex); in getToolMinor()
546 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.cpp139 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MINOR, scaleFactor); in scale()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp915 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in logOutboundMotionDetailsLocked()
2507 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in notifyMotion()
DInputReader.cpp3012 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in dump()
3453 mOrientedRanges.toolMinor.axis = AMOTION_EVENT_AXIS_TOOL_MINOR; in configureSurface()
4916 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR, toolMinor); in cookPointerData()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1475 ASSERT_NEAR(toolMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), 1); in assertPointerCoords()