/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 69 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 D | indexer_select_test_ng.cpp | 149 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 D | indexer_test_ng.cpp | 113 model.SetUsingPopup(true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 31 void SetUsingPopup(bool state) override; 88 static void SetUsingPopup(FrameNode* frameNode, bool state);
|
H A D | indexer_model.h | 43 virtual void SetUsingPopup(bool state) = 0;
|
H A D | indexer_model_ng.cpp | 89 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 D | js_indexer.h | 35 static void SetUsingPopup(bool state);
|
H A D | js_indexer.cpp | 177 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 D | alphabet_indexer_modifier.cpp | 330 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 D | indexer_model_impl.h | 30 void SetUsingPopup(bool state) override;
|
H A D | indexer_model_impl.cpp | 87 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 D | arkts_native_alphabet_indexer_bridge.h | 50 static ArkUINativeModuleValue SetUsingPopup(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 477 ArkUINativeModuleValue AlphabetIndexerBridge::SetUsingPopup(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetUsingPopup() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4348 … 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 D | cj_alphabet_indexer_ffi.cpp | 63 IndexerModel::GetInstance()->SetUsingPopup(usingPop); in FfiOHOSAceFrameworkAlphabetIndexerUsingPopup()
|