Searched refs:barHeight_ (Results 1 – 3 of 3) sorted by relevance
49 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 …]
143 RefPtr<AnimatablePropertyFloat> barHeight_; variable
60 EXPECT_EQ(modifer.barHeight_, hight);144 offsetResult = hight - modifer.barHeight_->Get();