Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp345 RefPtr<RenderNode> RenderList::GetNearChildByPosition(double position) const in GetNearChildByPosition() function in OHOS::Ace::RenderList
751 auto render = RenderListItem::GetRenderListItem(GetNearChildByPosition(position)); in NotifyDragStart()
H A Drender_list.h277 RefPtr<RenderNode> GetNearChildByPosition(double position) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h353 size_t GetNearChildByPosition(double mainOffset) const;
H A Drender_list.cpp1978 auto index = GetNearChildByPosition(localOffset); in ProcessDragStart()
2097 size_t RenderList::GetNearChildByPosition(double mainOffset) const in GetNearChildByPosition() function in OHOS::Ace::V2::RenderList