Home
last modified time | relevance | path

Searched defs:arrowWidth (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.h103 void SetArrowWidth(const float arrowWidth) in SetArrowWidth() argument
H A Dbubble_layout_algorithm.cpp547 double arrowWidth = BUBBLE_ARROW_WIDTH.ConvertToPx(); in GetIfNeedArrow() local
1104 double arrowWidth = BUBBLE_ARROW_WIDTH.ConvertToPx(); in UpdateChildPosition() local
2322 double arrowWidth = ARROW_WIDTH.ConvertToPx(); in InitArrowTopAndBottomPosition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp211 auto arrowWidth = static_cast<float>(stepperTheme->GetArrowWidth().ConvertToPx()); in MeasureText() local
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp222 double arrowWidth = NormalizeToPx(ARROW_WIDTH); in UpdateCustomChildPosition() local
350 double arrowWidth = NormalizeToPx(ARROW_WIDTH); in InitArrowState() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.cpp175 auto arrowWidth = static_cast<float>(ARROW_WIDTH.ConvertToPx()); in PaintVerticalBubble() local
285 auto arrowWidth = static_cast<float>(ARROW_WIDTH.ConvertToPx()); in PaintVerticalBubbleSuitableAging() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.h169 void SetArrowWidth(const Dimension& arrowWidth) in SetArrowWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h359 void SetArrowWidth(const Dimension& arrowWidth) in SetArrowWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h108 Dimension arrowWidth; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1229 Dimension arrowWidth = 20.0_px; in HWTEST_F() local
1299 Dimension arrowWidth = 20.0_px; in HWTEST_F() local
1521 Dimension arrowWidth = 1000.0_vp; in HWTEST_F() local
2397 float arrowWidth = 2.0; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp995 CalcDimension arrowWidth; in ParsePopupCommonParam() local

Completed in 34 milliseconds