Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h171 const Pointer& GetPointerById(uint32_t id) const in GetPointerById() function
228 float currentX = GetHistory(0)->GetPointerById(id).coordX; in RecentCoordinatesAreIdentical()
229 float currentY = GetHistory(0)->GetPointerById(id).coordY; in RecentCoordinatesAreIdentical()
230 float previousX = GetHistory(1)->GetPointerById(id).coordX; in RecentCoordinatesAreIdentical()
231 float previousY = GetHistory(1)->GetPointerById(id).coordY; in RecentCoordinatesAreIdentical()
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp427 const Pointer& currentCoords = current->GetPointerById(id); in ResampleCoordinates()
434 const Pointer& otherCoords = other->GetPointerById(id); in ResampleCoordinates()
485 const Pointer& resampleCoords = state.lastResample.GetPointerById(id); in RewriteMessage()