Searched refs:shouldCancelKey (Results 1 – 2 of 2) sorted by relevance
126 static bool shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options);
272 if (shouldCancelKey(memento, options)) { in synthesizeCancelationEvents()402 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey() function in android::inputdispatcher::InputState