Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h126 static bool shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options);
DInputState.cpp272 if (shouldCancelKey(memento, options)) { in synthesizeCancelationEvents()
402 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey() function in android::inputdispatcher::InputState