Searched refs:keyGesture (Results 1 – 1 of 1) sorted by relevance
378 [keyOption](const auto &keyGesture) { in ShouldIntercept() argument379 return keyGesture->ShouldIntercept(keyOption); in ShouldIntercept()387 for (auto &keyGesture : keyGestures_) { in AddKeyGesture() local388 if (keyGesture->ShouldIntercept(keyOption)) { in AddKeyGesture()390 return keyGesture->AddHandler(pid, downDuration, callback); in AddKeyGesture()398 for (auto &keyGesture : keyGestures_) { in RemoveKeyGesture() local399 if (keyGesture->RemoveHandler(id)) { in RemoveKeyGesture()429 for (auto &keyGesture : keyGestures_) { in ResetAll() local430 keyGesture->Reset(); in ResetAll()436 for (const auto &keyGesture : keyGestures_) { in Dump() local[all …]