Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.cpp484 mGesturesToProcess.push_back(*gesture); in consumeGesture()
491 for (Gesture& gesture : mGesturesToProcess) { in processGestures()
496 mGesturesToProcess.clear(); in processGestures()
DTouchpadInputMapper.h98 std::vector<Gesture> mGesturesToProcess; variable