Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DMultiTouchMotionAccumulator.cpp90 constexpr std::array<int32_t, 11> axisCodes = {ABS_MT_POSITION_X, ABS_MT_POSITION_Y, in syncSlots() local
97 for (int32_t axisCode : axisCodes) { in syncSlots()