Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp7304 int32_t nextGenericAxisId = AMOTION_EVENT_AXIS_GENERIC_1; in configure() local
7309 while (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16 in configure()
7310 && haveAxis(nextGenericAxisId)) { in configure()
7311 nextGenericAxisId += 1; in configure()
7314 if (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16) { in configure()
7315 axis.axisInfo.axis = nextGenericAxisId; in configure()
7316 nextGenericAxisId += 1; in configure()