Home
last modified time | relevance | path

Searched refs:SetUsingPopup (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp69 model.SetUsingPopup(true);
98 model.SetUsingPopup(true);
135 model.SetUsingPopup(true);
175 model.SetUsingPopup(true);
207 model.SetUsingPopup(true);
246 model.SetUsingPopup(true);
324 model.SetUsingPopup(true);
627 model.SetUsingPopup(true);
969 model.SetUsingPopup(true);
1007 model.SetUsingPopup(true);
[all …]
H A Dindexer_select_test_ng.cpp149 model.SetUsingPopup(true);
237 model.SetUsingPopup(true);
310 model.SetUsingPopup(true);
371 model.SetUsingPopup(true);
385 model.SetUsingPopup(true);
605 model.SetUsingPopup(true);
648 model.SetUsingPopup(true);
695 model.SetUsingPopup(true);
727 model.SetUsingPopup(true);
H A Dindexer_test_ng.cpp113 model.SetUsingPopup(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h31 void SetUsingPopup(bool state) override;
88 static void SetUsingPopup(FrameNode* frameNode, bool state);
H A Dindexer_model.h43 virtual void SetUsingPopup(bool state) = 0;
H A Dindexer_model_ng.cpp89 void IndexerModelNG::SetUsingPopup(bool usingPopup) in SetUsingPopup() function in OHOS::Ace::NG::IndexerModelNG
535 void IndexerModelNG::SetUsingPopup(FrameNode* frameNode, bool usingPopup) in SetUsingPopup() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h35 static void SetUsingPopup(bool state);
H A Djs_indexer.cpp177 void JSIndexer::SetUsingPopup(bool state) in SetUsingPopup() function in OHOS::Ace::Framework::JSIndexer
179 IndexerModel::GetInstance()->SetUsingPopup(state); in SetUsingPopup()
564 JSClass<JSIndexer>::StaticMethod("usingPopup", &JSIndexer::SetUsingPopup, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp330 void SetUsingPopup(ArkUINodeHandle node, ArkUI_Bool value) in SetUsingPopup() function
334 IndexerModelNG::SetUsingPopup(frameNode, value); in SetUsingPopup()
341 IndexerModelNG::SetUsingPopup(frameNode, DEFAULT_USINGPOPUP); in ResetUsingPopup()
559 … SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetAlphabetIndexerModifier()
577 … SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.h30 void SetUsingPopup(bool state) override;
H A Dindexer_model_impl.cpp87 void IndexerModelImpl::SetUsingPopup(bool state) in SetUsingPopup() function in OHOS::Ace::Framework::IndexerModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h50 static ArkUINativeModuleValue SetUsingPopup(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp477 ArkUINativeModuleValue AlphabetIndexerBridge::SetUsingPopup(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetUsingPopup() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4348 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetUsingPopup)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp63 IndexerModel::GetInstance()->SetUsingPopup(usingPop); in FfiOHOSAceFrameworkAlphabetIndexerUsingPopup()