Home
last modified time | relevance | path

Searched refs:childRight (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/ui/frameworks/components/
Dui_scroll_view.cpp191 int16_t childRight = childRect.GetRight(); in DragXInner() local
193 if (childRight < scrollWidth - (scrollBlankSize_ + reboundSize)) { in DragXInner()
195 } else if (childRight + distance < scrollWidth - (scrollBlankSize_ + reboundSize)) { in DragXInner()
196 distance = scrollWidth - (scrollBlankSize_ + reboundSize) - childRight - 1; in DragXInner()
Dui_list.cpp126 int16_t childRight = 0; in FillActiveView() local
127 while ((index < adapter_->GetCount()) && (childRight < listView_->GetWidth())) { in FillActiveView()
131childRight = listView_->childrenTail_->GetX() + listView_->childrenTail_->GetRelativeRect().GetWid… in FillActiveView()