Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h795 static bool shouldCancelMotion(const MotionMemento& memento,
DInputDispatcher.cpp4273 if (shouldCancelMotion(memento, options)) { in synthesizeCancelationEvents()
4353 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion() function in android::InputDispatcher::InputState