Searched refs:selectedItemSize (Results 1 – 2 of 2) sorted by relevance
250 … const RefPtr<RenderList> targetRenderlist, const GestureEvent& info, Size& selectedItemSize);252 const RefPtr<RenderList> targetRenderlist, const GestureEvent& info, Size selectedItemSize);
2647 const RefPtr<RenderList> targetRenderlist, const GestureEvent& info, Size& selectedItemSize) in CalculateSelectedIndex() argument2651 selectedItemSize = listItem->GetLayoutSize(); in CalculateSelectedIndex()2659 const RefPtr<RenderList> targetRenderlist, const GestureEvent& info, Size selectedItemSize) in CalculateInsertIndex() argument2673 : newEvent.GetGlobalPoint().GetX() - selectedItemSize.Width(); in CalculateInsertIndex()2674 double newY = vertical_ ? newEvent.GetGlobalPoint().GetY() - selectedItemSize.Height() in CalculateInsertIndex()