Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h177 bool HasPointerId(uint32_t id) const in HasPointerId() function
225 if (!GetHistory(0)->HasPointerId(id) || !GetHistory(1)->HasPointerId(id)) { in RecentCoordinatesAreIdentical()
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp366 if (!current->HasPointerId(it.first)) { in ResampleTouchState()
417 if (oldLastResample.HasPointerId(id) && touchState.RecentCoordinatesAreIdentical(id)) { in ResampleCoordinates()
433 if (other->HasPointerId(id) && ShouldResampleTool(item->second.toolType)) { in ResampleCoordinates()
482 if (state.lastResample.HasPointerId(id)) { in RewriteMessage()