Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp501 std::vector<uint32_t> canceledPointerIndices; in synthesizeCancelationEventsForPointers() local
506 canceledPointerIndices.push_back(pointerIdx); in synthesizeCancelationEventsForPointers()
510 if (canceledPointerIndices.size() == memento.getPointerCount()) { in synthesizeCancelationEventsForPointers()
522 std::sort(canceledPointerIndices.begin(), canceledPointerIndices.end(), in synthesizeCancelationEventsForPointers()
527 for (const uint32_t pointerIdx : canceledPointerIndices) { in synthesizeCancelationEventsForPointers()