Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp378 [keyOption](const auto &keyGesture) { in ShouldIntercept() argument
379 return keyGesture->ShouldIntercept(keyOption); in ShouldIntercept()
387 for (auto &keyGesture : keyGestures_) { in AddKeyGesture() local
388 if (keyGesture->ShouldIntercept(keyOption)) { in AddKeyGesture()
390 return keyGesture->AddHandler(pid, downDuration, callback); in AddKeyGesture()
398 for (auto &keyGesture : keyGestures_) { in RemoveKeyGesture() local
399 if (keyGesture->RemoveHandler(id)) { in RemoveKeyGesture()
429 for (auto &keyGesture : keyGestures_) { in ResetAll() local
430 keyGesture->Reset(); in ResetAll()
436 for (const auto &keyGesture : keyGestures_) { in Dump() local
[all …]