Home
last modified time | relevance | path

Searched refs:GetBarRect (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_bar_painter.cpp137 Rect barRect = scrollBar->GetBarRect(); in PaintRectBar()
164 Rect barRect = scrollBar->GetBarRect(); in PaintRectBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h206 const Rect& GetBarRect() const in GetBarRect() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp1803 Rect barRect = scrollBar->GetBarRect();
1816 EXPECT_TRUE(IsEqual(scrollBar->GetBarRect(), barRect));
1842 Rect barRect = scrollBar->GetBarRect();
1855 EXPECT_TRUE(IsEqual(scrollBar->GetBarRect(), barRect));
1881 Rect barRect = scrollBar->GetBarRect();
1893 EXPECT_TRUE(IsEqual(scrollBar->GetBarRect(), barRect));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h153 const Rect& GetBarRect() const in GetBarRect() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_bar_test_ng.cpp791 auto barRect = scrollBar->GetBarRect();
830 barRect = scrollBar->GetBarRect();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6252 scrollBarWidth = scrollBar->GetBarRect().Width(); in OnBackPressed()