Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_TOOL_MAJOR (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp238 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 16); in initializeEventWithHistory()
248 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 26); in initializeEventWithHistory()
264 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 116); in initializeEventWithHistory()
273 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 126); in initializeEventWithHistory()
284 pointerCoords[0].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 216); in initializeEventWithHistory()
293 pointerCoords[1].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 226); in initializeEventWithHistory()
DInputPublisherAndConsumer_test.cpp162 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.5 * i); in PublishAndConsumeMotionEvent()
163 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.7 * i); in PublishAndConsumeMotionEvent()
222 EXPECT_EQ(pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in PublishAndConsumeMotionEvent()
/frameworks/native/include/android/
Dinput.h481 AMOTION_EVENT_AXIS_TOOL_MAJOR = 6, enumerator
886 AINPUT_MOTION_RANGE_TOOL_MAJOR = AMOTION_EVENT_AXIS_TOOL_MAJOR,
/frameworks/native/include/input/
DInput.h474 return getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex); in getToolMajor()
541 AMOTION_EVENT_AXIS_TOOL_MAJOR, pointerIndex, historicalIndex); in getHistoricalToolMajor()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp209 outRawPointerCoords->setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, in pointerCoordsToNative()
273 rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR)); in pointerCoordsFromNative()
287 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MAJOR); in pointerCoordsFromNative()
/frameworks/native/libs/input/
DInput.cpp138 scaleAxisValue(*this, AMOTION_EVENT_AXIS_TOOL_MAJOR, scaleFactor); in scale()
/frameworks/base/docs/html/ndk/reference/
Dinput_8h.jd138 …8fcc1211af2b80116dd6e0a035daa273d64c392f86ae789fd5e24661ba0a">AMOTION_EVENT_AXIS_TOOL_MAJOR</a> = …
249 …0f54aa9e5a269dba6a54bbcf3c27c">AINPUT_MOTION_RANGE_TOOL_MAJOR</a> = AMOTION_EVENT_AXIS_TOOL_MAJOR,
Dglobals_eval.jd1399 <li>AMOTION_EVENT_AXIS_TOOL_MAJOR
Dgroup___input.jd138 …8fcc1211af2b80116dd6e0a035daa273d64c392f86ae789fd5e24661ba0a">AMOTION_EVENT_AXIS_TOOL_MAJOR</a> = …
249 …0f54aa9e5a269dba6a54bbcf3c27c">AINPUT_MOTION_RANGE_TOOL_MAJOR</a> = AMOTION_EVENT_AXIS_TOOL_MAJOR,
819 …8fcc1211af2b80116dd6e0a035daa273d64c392f86ae789fd5e24661ba0a">AMOTION_EVENT_AXIS_TOOL_MAJOR</a>. <…
837 …1211af2b80116dd6e0a035daa273d64c392f86ae789fd5e24661ba0a"></a>AMOTION_EVENT_AXIS_TOOL_MAJOR</em>&#…
Dglobals.jd1705 <li>AMOTION_EVENT_AXIS_TOOL_MAJOR
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp914 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in logOutboundMotionDetailsLocked()
2506 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in notifyMotion()
DInputReader.cpp3003 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in dump()
3436 mOrientedRanges.toolMajor.axis = AMOTION_EVENT_AXIS_TOOL_MAJOR; in configureSurface()
4907 out.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, toolMajor); in cookPointerData()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1474 ASSERT_NEAR(toolMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), 1); in assertPointerCoords()