Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_AXIS_GENERIC_4 (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/android/
Dinput.h703 AMOTION_EVENT_AXIS_GENERIC_4 = 35, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp281 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_GENERIC_4) ==
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp253 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_4, mSource, y.min, y.max, y.flat, in populateDeviceInfo()
2318 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_4, bottom); in cookPointerData()