Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp193 std::vector<std::shared_ptr<MMI::PointerEvent>> cacheEventsTmp; in SendCacheEventsToNext() local
194 std::copy(cacheEvents_.begin(), cacheEvents_.end(), std::back_inserter(cacheEventsTmp)); in SendCacheEventsToNext()
199 size_t cacheEventsTotalNum = cacheEventsTmp.size(); in SendCacheEventsToNext()
200 for (auto &pointerEvent : cacheEventsTmp) { in SendCacheEventsToNext()