• Home
  • Raw
  • Download

Lines Matching refs:pointerProperties

104             if (isStylusEvent(lastMemento.source, lastMemento.pointerProperties) &&  in trackMotion()
105 !isStylusEvent(entry.source, entry.pointerProperties)) { in trackMotion()
209 return std::make_pair(mMotionMementos[index].pointerProperties, in getPointersOfLastEvent()
273 pointerProperties.clear(); in setPointers()
285 pointerProperties.push_back(entry.pointerProperties[i]); in setPointers()
295 other.pointerProperties.push_back(pointerProperties[i]); in mergePointerStateTo()
301 return pointerProperties.size(); in getPointerCount()
361 if (isStylusEvent(lastMemento.source, lastMemento.pointerProperties)) { in shouldCancelPreviousStream()
363 if (isStylusEvent(motionEntry.source, motionEntry.pointerProperties) && in shouldCancelPreviousStream()
419 memento.pointerProperties, memento.pointerCoords); in createCancelEntryForMemento()
466 std::vector<PointerProperties> pointerProperties; in synthesizePointerDownEvents() local
471 pointerProperties.push_back(memento.pointerProperties[i]); in synthesizePointerDownEvents()
478 pointerProperties.push_back(memento.pointerProperties[i]); in synthesizePointerDownEvents()
481 const size_t pointerCount = pointerProperties.size(); in synthesizePointerDownEvents()
498 pointerProperties, pointerCoords)); in synthesizePointerDownEvents()
514 uint32_t pointerId = uint32_t(memento.pointerProperties[pointerIdx].id); in synthesizeCancelationEventsForPointers()
535 std::vector<PointerProperties> pointerProperties = memento.pointerProperties; in synthesizeCancelationEventsForPointers() local
538 if (pointerProperties.size() <= 1) { in synthesizeCancelationEventsForPointers()
554 pointerProperties, pointerCoords)); in synthesizeCancelationEventsForPointers()
557 pointerProperties.erase(pointerProperties.begin() + pointerIdx); in synthesizeCancelationEventsForPointers()