Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp985 auto defaultBlurStyle = static_cast<BlurStyle>(theme->GetBottomTabBackgroundBlurStyle()); in OnModifyDone() local
986 if (defaultBlurStyle != BlurStyle::NO_MATERIAL) { in OnModifyDone()
987 tabBarPaintProperty->UpdateTabBarBlurStyle(defaultBlurStyle); in OnModifyDone()