Home
last modified time | relevance | path

Searched defs:touchPosition (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp316 void RenderIndexer::HandleTouched(const Offset& touchPosition) in HandleTouched()
324 int32_t RenderIndexer::GetTouchedItemIndex(const Offset& touchPosition) in GetTouchedItemIndex()
H A Drender_indexer_circle.cpp270 int32_t RenderIndexerCircle::GetTouchedItemIndex(const Offset& touchPosition) in GetTouchedItemIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp354 void RenderIndexer::HandleTouched(const Offset& touchPosition) in HandleTouched()
362 int32_t RenderIndexer::GetTouchedItemIndex(const Offset& touchPosition) in GetTouchedItemIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp588 auto touchPosition = touches.front().GetLocalLocation(); in ProcessTouchDown() local
609 auto touchPosition = touches.front().GetLocalLocation(); in ProcessTouchUp() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.cpp536 void RenderSlider::RenderBlockPosition(const Offset& touchPosition) in RenderBlockPosition()
579 void RenderSlider::UpdateBlockPosition(const Offset& touchPosition, bool isClick) in UpdateBlockPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp747 void RenderText::HandleTouchEvent(GestureType type, const Offset& touchPosition) in HandleTouchEvent()