Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp198 int16_t childRight = childRect.GetRight(); in DragXInner() local
200 if (childRight < scrollWidth - (scrollBlankSize_ + reboundSize)) { in DragXInner()
202 } else if (childRight + distance < scrollWidth - (scrollBlankSize_ + reboundSize)) { in DragXInner()
203 distance = scrollWidth - (scrollBlankSize_ + reboundSize) - childRight - 1; in DragXInner()
H A Dui_list.cpp126 int16_t childRight = 0; in FillActiveView() local
127 while ((index < adapter_->GetCount()) && (childRight < listView_->GetWidth())) { in FillActiveView()
131 childRight = listView_->childrenTail_->GetX() + listView_->childrenTail_->GetRelativeRect().GetWidth(); in FillActiveView()

Completed in 3 milliseconds