Home
last modified time | relevance | path

Searched defs:textPadding (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_view.cpp201 PaddingProperty textPadding; in CreateBubbleNode() local
625 PaddingProperty textPadding; in CreateCombinedChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmenu_view.cpp103 PaddingProperty textPadding; in CreateTitleNode() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
Dcheckable_component.h599 void SetTextPadding(const Dimension& textPadding) in SetTextPadding()
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
Dsegmentbutton.js267 textPadding: t.textPadding, property
287 textPadding: t.textPadding, property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_pattern.cpp866 auto textPadding = Dimension(IndexerTheme::TEXT_PADDING_LEFT, DimensionUnit::VP).ConvertToPx(); in UpdateBubbleLetterView() local