Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp653 model.SetAutoCollapse(false);
663 model.SetAutoCollapse(AceType::RawPtr(frameNode_), true);
708 model.SetAutoCollapse(false);
718 model.SetAutoCollapse(AceType::RawPtr(frameNode_), true);
762 model.SetAutoCollapse(true);
792 model.SetAutoCollapse(true);
811 model.SetAutoCollapse(false);
829 model.SetAutoCollapse(AceType::RawPtr(frameNode_), true);
895 model.SetAutoCollapse(false);
1236 model.SetAutoCollapse(true);
[all …]
H A Dindexer_accessibility_test_ng.cpp87 model.SetAutoCollapse(true);
H A Dindexer_test_ng.cpp63 model.SetAutoCollapse(false); in CreateIndexer()
H A Dindexer_select_test_ng.cpp151 model.SetAutoCollapse(true);
/ohos5.0/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.cpp281 void IndexerModelNG::SetAutoCollapse(bool autoCollapse) in SetAutoCollapse() function in OHOS::Ace::NG::IndexerModelNG
590 void IndexerModelNG::SetAutoCollapse(FrameNode* frameNode, bool autoCollapse) in SetAutoCollapse() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/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::Ace::Framework::JSIndexer
456 IndexerModel::GetInstance()->SetAutoCollapse(state); in SetAutoCollapse()
577 JSClass<JSIndexer>::StaticMethod("autoCollapse", &JSIndexer::SetAutoCollapse, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp523 void SetAutoCollapse(ArkUINodeHandle node, ArkUI_Bool value) in SetAutoCollapse() function
527 IndexerModelNG::SetAutoCollapse(frameNode, value); in SetAutoCollapse()
534 IndexerModelNG::SetAutoCollapse(frameNode, true); in ResetAutoCollapse()
565 SetAutoCollapse, ResetAutoCollapse, SetEnableHapticFeedback, ResetEnableHapticFeedback }; in GetAlphabetIndexerModifier()
582 …ResetPopupTitleBackground, SetAdaptiveWidth, ResetAdaptiveWidth, SetAutoCollapse, ResetAutoCollaps… in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.h45 void SetAutoCollapse(bool state) override {} in SetAutoCollapse() function
/ohos5.0/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.cpp739 ArkUINativeModuleValue AlphabetIndexerBridge::SetAutoCollapse(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAutoCollapse() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4384 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetAutoCollapse)); in RegisterAlphabetIndexerAttributes()