Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h219 enum class GestureMode { enum
223 GestureMode gestureMode;
H A DTouchInputMapper.cpp420 ? Parameters::GestureMode::SINGLE_TOUCH in configureParameters()
421 : Parameters::GestureMode::MULTI_TOUCH; in configureParameters()
427 mParameters.gestureMode = Parameters::GestureMode::SINGLE_TOUCH; in configureParameters()
429 mParameters.gestureMode = Parameters::GestureMode::MULTI_TOUCH; in configureParameters()
2430 if (mParameters.gestureMode == Parameters::GestureMode::MULTI_TOUCH) { in dispatchPointerGestures()
2449 if (mParameters.gestureMode == Parameters::GestureMode::MULTI_TOUCH && in dispatchPointerGestures()
2468 if (mParameters.gestureMode == Parameters::GestureMode::MULTI_TOUCH) { in dispatchPointerGestures()