Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/indexer/
Drender_indexer.cpp331 void RenderIndexer::HandleTouched(const Offset& touchPosition) in HandleTouched()
339 int32_t RenderIndexer::GetTouchedItemIndex(const Offset& touchPosition) in GetTouchedItemIndex()
Drender_indexer_circle.cpp278 int32_t RenderIndexerCircle::GetTouchedItemIndex(const Offset& touchPosition) in GetTouchedItemIndex()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
Drender_indexer.cpp354 void RenderIndexer::HandleTouched(const Offset& touchPosition) in HandleTouched()
362 int32_t RenderIndexer::GetTouchedItemIndex(const Offset& touchPosition) in GetTouchedItemIndex()
/foundation/arkui/ace_engine/frameworks/core/components/option/
Drender_option.cpp595 auto touchPosition = touches.front().GetLocalLocation(); in ProcessTouchDown() local
616 auto touchPosition = touches.front().GetLocalLocation(); in ProcessTouchUp() local
/foundation/arkui/ace_engine/frameworks/core/components/slider/
Drender_slider.cpp544 void RenderSlider::RenderBlockPosition(const Offset& touchPosition) in RenderBlockPosition()
590 void RenderSlider::UpdateBlockPosition(const Offset& touchPosition, bool isClick) in UpdateBlockPosition()
/foundation/arkui/ace_engine/frameworks/core/components/text/
Drender_text.cpp723 void RenderText::HandleTouchEvent(GestureType type, const Offset& touchPosition) in HandleTouchEvent()