Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/android/
H A Dinput.h693 AMOTION_EVENT_AXIS_GENERIC_2 = 33, enumerator
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp277 static_assert(static_cast<common::V1_0::Axis>(AMOTION_EVENT_AXIS_GENERIC_2) ==
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp249 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_2, mSource, y.min, y.max, y.flat, in populateDeviceInfo()
2345 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_2, top); in cookPointerData()