Home
last modified time | relevance | path

Searched refs:SetAutoCollapse (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h52 static void SetAutoCollapse(const JSCallbackInfo& args);
H A Djs_indexer.cpp450 void JSIndexer::SetAutoCollapse(const JSCallbackInfo& args) in SetAutoCollapse() function in OHOS::OHOS::Ace::Framework::JSIndexer
456 IndexerModel::GetInstance()->SetAutoCollapse(state); in SetAutoCollapse()
577 JSClass<JSIndexer>::StaticMethod("autoCollapse", &JSIndexer::SetAutoCollapse, opt); in JSBind()
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_accessibility_test_ng.cpp87 model.SetAutoCollapse(true); in HWTEST_F()
H A Dindexer_layout_test_ng.cpp653 model.SetAutoCollapse(false); in HWTEST_F()
663 model.SetAutoCollapse(AceType::RawPtr(frameNode_), true); in HWTEST_F()
708 model.SetAutoCollapse(false); in HWTEST_F()
718 model.SetAutoCollapse(AceType::RawPtr(frameNode_), true); in HWTEST_F()
762 model.SetAutoCollapse(true); in HWTEST_F()
792 model.SetAutoCollapse(true); in HWTEST_F()
811 model.SetAutoCollapse(true); in HWTEST_F()
877 model.SetAutoCollapse(false); in HWTEST_F()
895 model.SetAutoCollapse(AceType::RawPtr(frameNode_), true); in HWTEST_F()
961 model.SetAutoCollapse(fals in HWTEST_F()
[all...]
H A Dindexer_test_ng.cpp63 model.SetAutoCollapse(false); in CreateIndexer()
H A Dindexer_select_test_ng.cpp151 model.SetAutoCollapse(true); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp520 void SetAutoCollapse(ArkUINodeHandle node, ArkUI_Bool value) in SetAutoCollapse() function
524 IndexerModelNG::SetAutoCollapse(frameNode, value); in SetAutoCollapse()
531 IndexerModelNG::SetAutoCollapse(frameNode, true); in ResetAutoCollapse()
562 SetAutoCollapse, ResetAutoCollapse, SetEnableHapticFeedback, ResetEnableHapticFeedback }; in GetAlphabetIndexerModifier()
579 ResetPopupTitleBackground, SetAdaptiveWidth, ResetAdaptiveWidth, SetAutoCollapse, ResetAutoCollapse, in GetCJUIAlphabetIndexerModifier()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.h45 void SetAutoCollapse(bool state) override {}
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h68 static ArkUINativeModuleValue SetAutoCollapse(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp745 ArkUINativeModuleValue AlphabetIndexerBridge::SetAutoCollapse(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAutoCollapse() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4409 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetAutoCollapse)); in RegisterAlphabetIndexerAttributes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h55 void SetAutoCollapse(bool state) override;
99 static void SetAutoCollapse(FrameNode* frameNode, bool autoCollapse);
H A Dindexer_model.h67 virtual void SetAutoCollapse(bool state) = 0;
H A Dindexer_model_ng.cpp279 void IndexerModelNG::SetAutoCollapse(bool autoCollapse) in SetAutoCollapse() function in OHOS::Ace::NG::IndexerModelNG
588 void IndexerModelNG::SetAutoCollapse(FrameNode* frameNode, bool autoCollapse) in SetAutoCollapse() function in OHOS::Ace::NG::IndexerModelNG

Completed in 22 milliseconds