Home
last modified time | relevance | path

Searched refs:BUBBLE_POSITION_Y (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_theme.h69 inline constexpr double BUBBLE_POSITION_Y = 48.0; variable
H A Dindexer_layout_algorithm.cpp142 …layoutProperty->GetPopupPositionY().value_or(Dimension(NG::BUBBLE_POSITION_Y, DimensionUnit::VP)).… in GetPositionOfPopupNode()
H A Dindexer_pattern.cpp2078 …layoutProperty->GetPopupPositionYValue(Dimension(NG::BUBBLE_POSITION_Y, DimensionUnit::VP)).ToStri… in DumpInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp185 bubblePosition.SetY(NormalizeToPx(BUBBLE_POSITION_Y)); in LayoutPopup()
188 bubblePosition.SetY(NormalizeToPx(BUBBLE_POSITION_Y)); in LayoutPopup()
H A Dindexer_component.h53 inline constexpr Dimension BUBBLE_POSITION_Y = 96.0_vp; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.h55 inline constexpr Dimension BUBBLE_POSITION_Y = 48.0_vp; variable
H A Drender_indexer.cpp125 bubblePosition.SetY(NormalizeToPx(BUBBLE_POSITION_Y) - BUBBLE_OFFSET); in PerformLayout()