Home
last modified time | relevance | path

Searched refs:BAR_BLURSTYLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.cpp33 const std::string BAR_BLURSTYLE[] = { variable
96 BAR_BLURSTYLE[static_cast<int32_t>(GetBarBackgroundBlurStyle())].c_str(), filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp69 const std::vector<BlurStyle> BAR_BLURSTYLE = { variable
457 if (barBlurStyle >= 0 && barBlurStyle < static_cast<int32_t>(BAR_BLURSTYLE.size())) { in SetBarBackgroundBlurStyle()
458 blurStyle = BAR_BLURSTYLE[barBlurStyle]; in SetBarBackgroundBlurStyle()