Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp7006 int32_t nextGenericAxisId = AMOTION_EVENT_AXIS_GENERIC_1; in configure() local
7011 while (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16 in configure()
7012 && haveAxis(nextGenericAxisId)) { in configure()
7013 nextGenericAxisId += 1; in configure()
7016 if (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16) { in configure()
7017 axis.axisInfo.axis = nextGenericAxisId; in configure()
7018 nextGenericAxisId += 1; in configure()