Home
last modified time | relevance | path

Searched defs:barBackgroundBlurStyle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.cpp212 auto barBackgroundBlurStyle = BlurStyle::NO_MATERIAL; in GetBarBackgroundBlurStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.cpp326 auto barBackgroundBlurStyle = secondArg->Int32Value(vm); in SetBarBackgroundBlurStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js28687 barBackgroundBlurStyle(value) { method in ArkTabsComponent