Searched refs:SetPopupBackgroundBlurStyle (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 55 static void SetPopupBackgroundBlurStyle(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 503 void JSIndexer::SetPopupBackgroundBlurStyle(const JSCallbackInfo& args) in SetPopupBackgroundBlurStyle() function in OHOS::OHOS::Ace::Framework::JSIndexer 521 IndexerModel::GetInstance()->SetPopupBackgroundBlurStyle(styleOption); in SetPopupBackgroundBlurStyle() 580 JSClass<JSIndexer>::StaticMethod("popupBackgroundBlurStyle", &JSIndexer::SetPopupBackgroundBlurStyle); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 449 void SetPopupBackgroundBlurStyle(ArkUINodeHandle node, ArkUI_Uint32 value) in SetPopupBackgroundBlurStyle() function 458 IndexerModelNG::SetPopupBackgroundBlurStyle(frameNode, styleOption); in SetPopupBackgroundBlurStyle() 466 IndexerModelNG::SetPopupBackgroundBlurStyle(frameNode, styleOption); in ResetPopupBackgroundBlurStyle() 560 ResetItemBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBackground, in GetAlphabetIndexerModifier() 578 ResetItemBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBackground, in GetCJUIAlphabetIndexerModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.h | 62 static ArkUINativeModuleValue SetPopupBackgroundBlurStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 662 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupBackgroundBlurStyle(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupBackgroundBlurStyle() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4397 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupBackgroundBlurStyle)); in RegisterAlphabetIndexerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 60 void SetPopupBackgroundBlurStyle(const BlurStyleOption& indexerBlurStyle) override; 97 static void SetPopupBackgroundBlurStyle(FrameNode* frameNode, const BlurStyleOption& indexerBlurStyle);
|
H A D | indexer_model.h | 72 virtual void SetPopupBackgroundBlurStyle(const BlurStyleOption& indexerBlurStyle) {}; in SetPopupBackgroundBlurStyle() function in OHOS::Ace::IndexerModel
|
H A D | indexer_model_ng.cpp | 309 void IndexerModelNG::SetPopupBackgroundBlurStyle(const BlurStyleOption& indexerBlurStyle) in SetPopupBackgroundBlurStyle() function in OHOS::Ace::NG::IndexerModelNG 366 void IndexerModelNG::SetPopupBackgroundBlurStyle(FrameNode* frameNode, const BlurStyleOption& indexerBlurStyle) in SetPopupBackgroundBlurStyle() function in OHOS::Ace::NG::IndexerModelNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 181 model.SetPopupBackgroundBlurStyle(styleOption); in HWTEST_F() 443 model.SetPopupBackgroundBlurStyle(indexerBlurStyle); in HWTEST_F()
|
Completed in 20 milliseconds