Home
last modified time | relevance | path

Searched refs:SetPopupBackgroundBlurStyle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h60 void SetPopupBackgroundBlurStyle(const BlurStyleOption& indexerBlurStyle) override;
97 …static void SetPopupBackgroundBlurStyle(FrameNode* frameNode, const BlurStyleOption& indexerBlurSt…
H A Dindexer_model.h72 virtual void SetPopupBackgroundBlurStyle(const BlurStyleOption& indexerBlurStyle) {}; in SetPopupBackgroundBlurStyle() function
H A Dindexer_model_ng.cpp311 void IndexerModelNG::SetPopupBackgroundBlurStyle(const BlurStyleOption& indexerBlurStyle) in SetPopupBackgroundBlurStyle() function in OHOS::Ace::NG::IndexerModelNG
368 void IndexerModelNG::SetPopupBackgroundBlurStyle(FrameNode* frameNode, const BlurStyleOption& index… in SetPopupBackgroundBlurStyle() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h55 static void SetPopupBackgroundBlurStyle(const JSCallbackInfo& args);
H A Djs_indexer.cpp503 void JSIndexer::SetPopupBackgroundBlurStyle(const JSCallbackInfo& args) in SetPopupBackgroundBlurStyle() function in OHOS::Ace::Framework::JSIndexer
521 IndexerModel::GetInstance()->SetPopupBackgroundBlurStyle(styleOption); in SetPopupBackgroundBlurStyle()
580 …lass<JSIndexer>::StaticMethod("popupBackgroundBlurStyle", &JSIndexer::SetPopupBackgroundBlurStyle); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp452 void SetPopupBackgroundBlurStyle(ArkUINodeHandle node, ArkUI_Uint32 value) in SetPopupBackgroundBlurStyle() function
461 IndexerModelNG::SetPopupBackgroundBlurStyle(frameNode, styleOption); in SetPopupBackgroundBlurStyle()
469 IndexerModelNG::SetPopupBackgroundBlurStyle(frameNode, styleOption); in ResetPopupBackgroundBlurStyle()
563 …ResetItemBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBa… in GetAlphabetIndexerModifier()
581 …ResetItemBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBa… in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h62 … static ArkUINativeModuleValue SetPopupBackgroundBlurStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp656 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupBackgroundBlurStyle(ArkUIRuntimeCallInfo* run… in SetPopupBackgroundBlurStyle() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4372 …ctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupBackgroundBlurStyle)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp181 model.SetPopupBackgroundBlurStyle(styleOption);
443 model.SetPopupBackgroundBlurStyle(indexerBlurStyle);