Home
last modified time | relevance | path

Searched refs:SetScrollContentMainSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_accessibility_test_ng.cpp52 SetScrollContentMainSize(SCROLL_HEIGHT);
60 SetScrollContentMainSize(CONTENT_MAIN_SIZE);
204 SetScrollContentMainSize(SCROLL_HEIGHT);
H A Dscroll_bar_layout_test_ng.cpp193 SetScrollContentMainSize(CONTENT_MAIN_SIZE + 100.f);
200 SetScrollContentMainSize(SCROLL_HEIGHT);
278 SetScrollContentMainSize(SCROLL_HEIGHT);
H A Dscroll_bar_test_ng.h49 void SetScrollContentMainSize(float mainSize);
H A Dscroll_bar_test_ng.cpp143 void ScrollBarTestNg::SetScrollContentMainSize(float mainSize) in SetScrollContentMainSize() function in OHOS::Ace::NG::ScrollBarTestNg