Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp230 touchPostion_ = info.GetTouches().front().GetLocalLocation(); in HandleTouchDown()
231 …er] item is HandleTouchDown x:%{public}lf, y:%{public}lf", touchPostion_.GetX(), touchPostion_.Get… in HandleTouchDown()
232 HandleTouched(touchPostion_); in HandleTouchDown()
251 touchPostion_ = info.GetTouches().front().GetLocalLocation(); in HandleTouchUp()
252 …exer] item is HandleTouchUp x:%{public}lf, y:%{public}lf", touchPostion_.GetX(), touchPostion_.Get… in HandleTouchUp()
253 HandleTouched(touchPostion_); in HandleTouchUp()
270 touchPostion_ = info.GetTouches().front().GetLocalLocation(); in HandleTouchMove()
271 …er] item is HandleTouchMove x:%{public}lf, y:%{public}lf", touchPostion_.GetX(), touchPostion_.Get… in HandleTouchMove()
272 HandleTouched(touchPostion_); in HandleTouchMove()
H A Drender_indexer.h179 Offset touchPostion_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp241 touchPostion_ = info.GetTouches().front().GetLocalLocation(); in HandleTouchDown()
242 HandleTouched(touchPostion_); in HandleTouchDown()
250 touchPostion_ = info.GetTouches().front().GetLocalLocation(); in HandleTouchUp()
252 HandleTouched(touchPostion_); in HandleTouchUp()
264 touchPostion_ = info.GetTouches().front().GetLocalLocation(); in HandleTouchMove()
265 HandleTouched(touchPostion_); in HandleTouchMove()
H A Drender_indexer.h152 Offset touchPostion_; variable