/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 653 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 D | indexer_accessibility_test_ng.cpp | 87 model.SetAutoCollapse(true);
|
H A D | indexer_test_ng.cpp | 63 model.SetAutoCollapse(false); in CreateIndexer()
|
H A D | indexer_select_test_ng.cpp | 151 model.SetAutoCollapse(true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 55 void SetAutoCollapse(bool state) override; 99 static void SetAutoCollapse(FrameNode* frameNode, bool autoCollapse);
|
H A D | indexer_model.h | 67 virtual void SetAutoCollapse(bool state) = 0;
|
H A D | indexer_model_ng.cpp | 281 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 D | js_indexer.h | 52 static void SetAutoCollapse(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 450 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 D | alphabet_indexer_modifier.cpp | 523 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 D | indexer_model_impl.h | 45 void SetAutoCollapse(bool state) override {} in SetAutoCollapse() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.h | 68 static ArkUINativeModuleValue SetAutoCollapse(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 739 ArkUINativeModuleValue AlphabetIndexerBridge::SetAutoCollapse(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAutoCollapse() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4384 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetAutoCollapse)); in RegisterAlphabetIndexerAttributes()
|