Home
last modified time | relevance | path

Searched refs:childBottom (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp230 int16_t childBottom = childRect.GetBottom(); in DragYInner() local
232 if (childBottom < scrollHeight - (scrollBlankSize_ + reboundSize)) { in DragYInner()
234 } else if (childBottom + distance < scrollHeight - (scrollBlankSize_ + reboundSize)) { in DragYInner()
235 distance = scrollHeight - (scrollBlankSize_ + reboundSize) - childBottom - 1; in DragYInner()
H A Dui_list.cpp110 int16_t childBottom = 0; in FillActiveView() local
111 while ((index < adapter_->GetCount()) && (childBottom < listView_->GetHeight())) { in FillActiveView()
118 childBottom = in FillActiveView()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp870 auto childBottom = childOffset.GetY() + childSize.Height(); in AdjustChildPosition() local
872 if (needAvoidKeyboard && keyboardInsert.Length() > 0 && childBottom > (keyboardInsert.start - paddingBottom)) { in AdjustChildPosition()
875 childOffset.SetY(childOffset.GetY() - (childBottom - (keyboardInsert.start - paddingBottom))); in AdjustChildPosition()

Completed in 5 milliseconds