Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dtimeout_recognizer.cpp128 touchIds_.clear(); in BatchAdjudicate()
137 touchIds_.clear(); in BatchAdjudicate()
150 touchIds_.clear(); in BatchAdjudicate()
162 touchIds_.insert(event.id); in HandleTouchDownEvent()
203 touchIds_.insert(0); in HandleTouchDownEvent()
246 std::swap(ids, touchIds_); in CheckTimeout()
248 for (auto const& touchId : touchIds_) { in CheckTimeout()
H A Dtimeout_recognizer.h82 std::set<size_t> touchIds_; variable