Searched refs:capsuleBorderWidth_ (Results 1 – 5 of 5) sorted by relevance
69 capsuleBorderWidth_ = paintProperty->GetBorderWidth().value_or(capsuleBorderWidth_); in UpdateContentModifier()83 progressModifier_->SetBorderWidth(capsuleBorderWidth_.ConvertToPx()); in UpdateContentModifier()118 Dimension capsuleBorderWidth_ = Dimension(DEFAULT_BORDER_WIDTH, DimensionUnit::VP);
48 capsuleBorderWidth_ = progressTheme->GetBorderWidth(); in GetThemeData()
73 capsuleBorderWidth_(AceType::MakeRefPtr<PropertyFloat>(DEFAULT_CAPSULE_BORDER_WIDTH)), in ProgressModifier()93 AttachProperty(capsuleBorderWidth_); in ProgressModifier()660 capsuleBorderWidth_->Set(width); in SetBorderWidth()1446 auto borderWidth = capsuleBorderWidth_->Get(); in PaintCapsule()1537 auto borderWidth = capsuleBorderWidth_->Get(); in PaintVerticalCapsule()1644 offset.GetY() + endPos - SWEEP_WIDTH.ConvertToPx() + capsuleBorderWidth_->Get())), in PaintCapsuleLightSweep()1646 …ntF(offset.GetX() + contentSize.Width() / 2, offset.GetY() + endPos - capsuleBorderWidth_->Get())), in PaintCapsuleLightSweep()1651 … ? offset.GetX() + endPos - SWEEP_WIDTH.ConvertToPx() + capsuleBorderWidth_->Get() in PaintCapsuleLightSweep()1652 … : offset.GetX() + contentSize.Width() - endPos + capsuleBorderWidth_->Get(), in PaintCapsuleLightSweep()1654 … ToRSPoint(PointF(!isRightToLeft_->Get() ? offset.GetX() + endPos - capsuleBorderWidth_->Get() in PaintCapsuleLightSweep()[all …]
140 RefPtr<PropertyFloat> capsuleBorderWidth_; variable
515 EXPECT_EQ(progressModifier.capsuleBorderWidth_->Get(), 2.0);522 EXPECT_EQ(progressModifier.capsuleBorderWidth_->Get(), 100.0);