Home
last modified time | relevance | path

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

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