Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_RELATIVE_X (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp85 info->addMotionRange(AMOTION_EVENT_AXIS_RELATIVE_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, in populateDeviceInfo()
375 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X, deltaX); in sync()
382 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X, deltaX); in sync()
DTouchInputMapper.cpp204 info->addMotionRange(AMOTION_EVENT_AXIS_RELATIVE_X, mSource, -x.max, x.max, x.flat, in populateDeviceInfo()
317 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in dump()
2331 out.setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X, dx); in cookPointerData()
/frameworks/native/include/android/
Dinput.h677 AMOTION_EVENT_AXIS_RELATIVE_X = 27, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp271 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_RELATIVE_X) ==
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp8501 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_RELATIVE_X, AINPUT_SOURCE_TOUCHPAD); in TEST_F()