Searched refs:childRight (Results 1 – 2 of 2) sorted by relevance
191 int16_t childRight = childRect.GetRight(); in DragXInner() local193 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()
126 int16_t childRight = 0; in FillActiveView() local127 while ((index < adapter_->GetCount()) && (childRight < listView_->GetWidth())) { in FillActiveView()131 …childRight = listView_->childrenTail_->GetX() + listView_->childrenTail_->GetRelativeRect().GetWid… in FillActiveView()