Home
last modified time | relevance | path

Searched refs:BUBBLE_RADIUS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_theme.h87 inline constexpr double BUBBLE_RADIUS = 28.0; variable
H A Dindexer_paint_property.h97 Dimension(NG::BUBBLE_RADIUS, DimensionUnit::VP).ToString().c_str(), filter); in ToJsonValue()
H A Dindexer_pattern.cpp963 auto radius = Dimension(BUBBLE_RADIUS, DimensionUnit::VP); in UpdateBubbleView()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp36 constexpr Dimension BUBBLE_RADIUS = 16.0_vp; variable
223 double twoRadiusPx = NormalizeToPx(BUBBLE_RADIUS) * 2.0; in UpdateCustomChildPosition()
444 double radius = NormalizeToPx(BUBBLE_RADIUS); in GetPositionWithPlacement()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp145 …BorderRadiusProperty expectPopupBorderRadius = BorderRadiusProperty(Dimension(BUBBLE_RADIUS, Dimen…