Searched refs:GetNearChildByPosition (Results 1 – 4 of 4) sorted by relevance
345 RefPtr<RenderNode> RenderList::GetNearChildByPosition(double position) const in GetNearChildByPosition() function in OHOS::Ace::RenderList751 auto render = RenderListItem::GetRenderListItem(GetNearChildByPosition(position)); in NotifyDragStart()
277 RefPtr<RenderNode> GetNearChildByPosition(double position) const;
353 size_t GetNearChildByPosition(double mainOffset) const;
1978 auto index = GetNearChildByPosition(localOffset); in ProcessDragStart()2097 size_t RenderList::GetNearChildByPosition(double mainOffset) const in GetNearChildByPosition() function in OHOS::Ace::V2::RenderList