Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp433 std::vector<std::unique_ptr<MotionEntry>> pointerCancelEvents = in synthesizeCancelationEvents() local
436 events.insert(events.end(), std::make_move_iterator(pointerCancelEvents.begin()), in synthesizeCancelationEvents()
437 std::make_move_iterator(pointerCancelEvents.end())); in synthesizeCancelationEvents()