Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome-gestures/src/
H A Dimmediate_interpreter.cc783 int FingerButtonClick::GetButtonTypeForTouchCount(int touch_count) const { in GetButtonTypeForTouchCount() function in gestures::FingerButtonClick
887 return GetButtonTypeForTouchCount(num_fingers_ - 1); in EvaluateThreeOrMoreFingerButtonType()
899 return GetButtonTypeForTouchCount(num_recent_); in EvaluateThreeOrMoreFingerButtonType()
971 return GetButtonTypeForTouchCount(num_fingers_); in EvaluateButtonTypeUsingFigureLocation()
985 return GetButtonTypeForTouchCount(num_pressing); in EvaluateButtonTypeUsingFigureLocation()
/aosp_15_r20/external/libchrome-gestures/include/
H A Dimmediate_interpreter.h304 int GetButtonTypeForTouchCount(int touch_count) const;