Home
last modified time | relevance | path

Searched refs:SetPopupHorizontalSpace (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h39 void SetPopupHorizontalSpace(const Dimension& value) override;
87 … static void SetPopupHorizontalSpace(FrameNode* frameNode, const Dimension& popupHorizontalSpace);
H A Dindexer_model.h51 virtual void SetPopupHorizontalSpace(const Dimension& value) {}; in SetPopupHorizontalSpace() function
H A Dindexer_model_ng.cpp157 void IndexerModelNG::SetPopupHorizontalSpace(const Dimension& popupHorizontalSpace) in SetPopupHorizontalSpace() function in OHOS::Ace::NG::IndexerModelNG
525 void IndexerModelNG::SetPopupHorizontalSpace(FrameNode* frameNode, const Dimension& popupHorizontal… in SetPopupHorizontalSpace() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp316 void SetPopupHorizontalSpace(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPopupHorizontalSpace() function
320 …IndexerModelNG::SetPopupHorizontalSpace(frameNode, Dimension(value, static_cast<OHOS::Ace::Dimensi… in SetPopupHorizontalSpace()
327 IndexerModelNG::SetPopupHorizontalSpace(frameNode, DEFAULT_POPUPHORIZONTALSPACE); in ResetPopupHorizontalSpace()
560 …ResetUsingPopup, SetAlphabetIndexerSelected, ResetAlphabetIndexerSelected, SetPopupHorizontalSpace, in GetAlphabetIndexerModifier()
578 …ResetUsingPopup, SetAlphabetIndexerSelected, ResetAlphabetIndexerSelected, SetPopupHorizontalSpace, in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp327 model.SetPopupHorizontalSpace(Dimension(50));
405 model.SetPopupHorizontalSpace(Dimension(-1));
490 model.SetPopupHorizontalSpace(AceType::RawPtr(frameNode_), Dimension(-1));
498 model.SetPopupHorizontalSpace(AceType::RawPtr(frameNode_), Dimension(-1));
543 model.SetPopupHorizontalSpace(AceType::RawPtr(frameNode_), Dimension(50));
1039 model.SetPopupHorizontalSpace(Dimension(50));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp347 IndexerModel::GetInstance()->SetPopupHorizontalSpace(popupHorizontalSpace); in SetAlignStyle()