Home
last modified time | relevance | path

Searched refs:arrowWidth_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_theme.h84 … theme->arrowWidth_ = pattern->GetAttr<Dimension>("arrow_width_diameter", 12.0_vp); in Build()
134 return arrowWidth_; in GetArrowWidth()
218 Dimension arrowWidth_; variable
H A Dstepper_component.h171 arrowWidth_ = arrowWidth; in SetArrowWidth()
176 return arrowWidth_; in GetArrowWidth()
347 Dimension arrowWidth_; variable
H A Drender_stepper.h213 double arrowWidth_ = 0.0; variable
H A Drender_stepper.cpp121 arrowWidth_ = NormalizeToPx(stepperComponent_->GetArrowWidth()); in InitAttr()
336 … = maxSize.Width() / 2 - defaultPaddingStart_ - controlMargin_ - 3 * controlPadding_ - arrowWidth_; in UpdateButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h346 return arrowWidth_; in GetArrowWidth()
351 arrowWidth_ = arrowWidth; in SetArrowWidth()
530 std::optional<Dimension> arrowWidth_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.h105 arrowWidth_ = arrowWidth; in SetArrowWidth()
161 float arrowWidth_ = Dimension(16.0_vp).ConvertToPx(); variable
H A Dbubble_pattern.h73 bubbleMethod->SetArrowWidth(arrowWidth_); in CreateNodePaintMethod()
278 float arrowWidth_ = Dimension(16.0_vp).ConvertToPx(); variable
H A Dbubble_pattern.cpp73 arrowWidth_ = bubbleLayoutAlgorithm->GetArrowWidth(); in OnDirtyLayoutWrapperSwap()
H A Dbubble_paint_method.cpp208 BUBBLE_ARROW_WIDTH = Dimension(arrowWidth_); in IsPaintDoubleBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp1628 arrowWidth_ = ARROW_WIDTH.ConvertToPx(); in ProcessArrowParams()
1634 if (menuSize.Height() >= radiusTopRight + radiusBottomRight + arrowWidth_) { in ProcessArrowParams()
1641 if (menuSize.Height() >= radiusTopLeft + radiusBottomLeft + arrowWidth_) { in ProcessArrowParams()
1648 if (menuSize.Width() >= radiusBottomLeft + radiusBottomRight + arrowWidth_) { in ProcessArrowParams()
1655 if (menuSize.Width() >= radiusTopLeft + radiusTopRight + arrowWidth_) { in ProcessArrowParams()
1714 range = menuSize.Height() - radiusTopRight - radiusBottomRight - arrowWidth_; in UpdateArrowOffsetWithMenuLimit()
1720 range = menuSize.Height() - radiusTopLeft - radiusBottomLeft - arrowWidth_; in UpdateArrowOffsetWithMenuLimit()
1726 range = menuSize.Width() - radiusBottomLeft - radiusBottomRight - arrowWidth_; in UpdateArrowOffsetWithMenuLimit()
1732 range = menuSize.Width() - radiusTopLeft - radiusTopRight - arrowWidth_; in UpdateArrowOffsetWithMenuLimit()
H A Dmenu_layout_algorithm.h253 float arrowWidth_ = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2399 EXPECT_EQ(bubblePaintMethod.arrowWidth_, 2.0);