Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_theme.h85 … theme->arrowHeight_ = pattern->GetAttr<Dimension>("arrow_height_diameter", 24.0_vp); in Build()
139 return arrowHeight_; in GetArrowHeight()
219 Dimension arrowHeight_; variable
H A Dstepper_component.h181 arrowHeight_ = arrowHeight; in SetArrowHeight()
186 return arrowHeight_; in GetArrowHeight()
348 Dimension arrowHeight_; variable
H A Drender_stepper.h214 double arrowHeight_ = 0.0; variable
H A Drender_stepper.cpp122 arrowHeight_ = NormalizeToPx(stepperComponent_->GetArrowHeight()); in InitAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h356 return arrowHeight_; in GetArrowHeight()
361 arrowHeight_ = arrowHeight; in SetArrowHeight()
531 std::optional<Dimension> arrowHeight_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.h110 arrowHeight_ = arrowHeight; in SetArrowHeight()
162 float arrowHeight_ = Dimension(8.0_vp).ConvertToPx(); variable
H A Dbubble_layout_algorithm.cpp571 arrowHeight_ = height.ConvertToPx(); in InitProps()
572 scaledBubbleSpacing_ = arrowHeight_; in InitProps()
698 targetOffset_.GetY() + targetSize_.Height() + targetSpace_.ConvertToPx() + arrowHeight_); in GetChildPositionNew()
700 targetOffset_.GetY() - childSize.Height() - targetSpace_.ConvertToPx() - arrowHeight_); in GetChildPositionNew()
2198 targetOffset_.GetY() - childSize.Height() - targetSpace - arrowHeight_); in GetPositionWithPlacement()
2201 BEZIER_WIDTH_HALF.ConvertToPx(), childSize.Height() + arrowHeight_); in GetPositionWithPlacement()
2215 targetOffset_.GetY() + targetSize_.Height() + targetSpace + arrowHeight_); in GetPositionWithPlacement()
2218 BEZIER_WIDTH_HALF.ConvertToPx(), -arrowHeight_); in GetPositionWithPlacement()
2232 …argetOffset_.GetX() - targetSpace - bubbleSpacing - childSize.Width() - marginRight - arrowHeight_, in GetPositionWithPlacement()
2238 …argetOffset_.GetX() - targetSpace - bubbleSpacing - childSize.Width() - marginRight - arrowHeight_, in GetPositionWithPlacement()
[all …]
H A Dbubble_pattern.h74 bubbleMethod->SetArrowHeight(arrowHeight_); in CreateNodePaintMethod()
279 float arrowHeight_ = Dimension(8.0_vp).ConvertToPx(); variable
H A Dbubble_layout_algorithm.h250 float arrowHeight_ = 0.0f; variable
H A Dbubble_pattern.cpp74 arrowHeight_ = bubbleLayoutAlgorithm->GetArrowHeight(); in OnDirtyLayoutWrapperSwap()
H A Dbubble_paint_method.cpp209 BUBBLE_ARROW_HEIGHT = Dimension(arrowHeight_); in IsPaintDoubleBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h243 return arrowHeight_; in GetArrowHeight()
352 Dimension arrowHeight_ = 8.0_vp; variable