Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp262 Rect childrenRect = GetAllChildRelativeRect(); in RefreshScrollBar() local
264 int16_t totalLen = childrenRect.GetHeight() + 2 * scrollBlankSize_; // 2: two blank space on both sizes in RefreshScrollBar()
269 yScrollBar_->SetScrollProgress(static_cast<float>(scrollBlankSize_ - childrenRect.GetTop()) / (totalLen - len)); in RefreshScrollBar()
273 totalLen = childrenRect.GetWidth() + 2 * scrollBlankSize_; // 2: two blank space on both sizes in RefreshScrollBar()
276 xScrollBar_->SetScrollProgress(static_cast<float>(scrollBlankSize_ - childrenRect.GetLeft()) / in RefreshScrollBar()
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp607 auto childrenRect = firstButtonRect.CombineRectT(lastButtonRect); in HWTEST_F() local
608 childrenRect.SetLeft(childrenRect.GetX() - TITLE_PADDING_START.ConvertToPx()); in HWTEST_F()
609 childrenRect.SetTop(0); in HWTEST_F()
610 childrenRect.SetHeight(pattern_->titleHeight_.ConvertToPx()); in HWTEST_F()
611 childrenRect.SetWidth(childrenRect.Width() + (TITLE_PADDING_START + TITLE_PADDING_END).ConvertToPx()); in HWTEST_F()
612 EXPECT_EQ(buttonsRect, childrenRect); in HWTEST_F()

Completed in 3 milliseconds