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 D | indexer_model_ng.h | 39 void SetPopupHorizontalSpace(const Dimension& value) override; 87 … static void SetPopupHorizontalSpace(FrameNode* frameNode, const Dimension& popupHorizontalSpace);
|
H A D | indexer_model.h | 51 virtual void SetPopupHorizontalSpace(const Dimension& value) {}; in SetPopupHorizontalSpace() function
|
H A D | indexer_model_ng.cpp | 157 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 D | alphabet_indexer_modifier.cpp | 316 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 D | indexer_layout_test_ng.cpp | 327 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 D | js_indexer.cpp | 347 IndexerModel::GetInstance()->SetPopupHorizontalSpace(popupHorizontalSpace); in SetAlignStyle()
|