Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h792 static bool shouldCancelKey(const KeyMemento& memento,
DInputDispatcher.cpp4342 if (shouldCancelKey(memento, options)) { in synthesizeCancelationEvents()
4411 bool InputDispatcher::InputState::shouldCancelKey(const KeyMemento& memento, in shouldCancelKey() function in android::InputDispatcher::InputState