Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h127 static bool shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options);
DInputState.cpp283 if (shouldCancelMotion(memento, options)) { in synthesizeCancelationEvents()
426 bool InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion() function in android::inputdispatcher::InputState