Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputReader.cpp74 bool isNewGestureStart(const NotifyMotionArgs& motion) { in isNewGestureStart() function
79 bool isNewGestureStart(const NotifyKeyArgs& key) { in isNewGestureStart() function
86 return isNewGestureStart(*motion) ? std::make_optional(motion->deviceId) : std::nullopt; in getDeviceIdOfNewGesture()
89 return isNewGestureStart(*key) ? std::make_optional(key->deviceId) : std::nullopt; in getDeviceIdOfNewGesture()