Home
last modified time | relevance | path

Searched refs:barHeight_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar_overlay_modifier.cpp49 AttachProperty(barHeight_); in ScrollBarOverlayModifier()
61 CHECK_NULL_VOID(barHeight_); in onDraw()
66 auto barHeight = barHeight_->Get(); in onDraw()
95 CHECK_NULL_VOID(barHeight_); in SetSize()
97 barHeight_->Set(barSize.Height()); in SetSize()
112 CHECK_NULL_VOID(barHeight_); in SetMainModeSize()
113 barHeight_->Set(size.Height()); in SetMainModeSize()
120 CHECK_NULL_VOID(barHeight_); in SetCrossModeSize()
121 barHeight_->Set(size.Height()); in SetCrossModeSize()
156 CHECK_NULL_VOID(barHeight_); in StartBarAnimation()
[all …]
H A Dscroll_bar_overlay_modifier.h143 RefPtr<AnimatablePropertyFloat> barHeight_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_test_ng.cpp60 EXPECT_EQ(modifer.barHeight_, hight);
144 offsetResult = hight - modifer.barHeight_->Get();