Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts1446 class BackgroundBlurStyleModifier extends ModifierWithKey<ArkBackgroundBlurStyle> {
3637 modifierWithKey(this._modifiersWithKeys, BackgroundBlurStyleModifier.identity,
3638 BackgroundBlurStyleModifier, undefined);
3652 modifierWithKey(this._modifiersWithKeys, BackgroundBlurStyleModifier.identity,
3653 BackgroundBlurStyleModifier, arkBackgroundBlurStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js1301 class BackgroundBlurStyleModifier extends ModifierWithKey { class
1317 BackgroundBlurStyleModifier.identity = Symbol('backgroundBlurStyle');
3514 …modifierWithKey(this._modifiersWithKeys, BackgroundBlurStyleModifier.identity, BackgroundBlurStyle…
3528 …modifierWithKey(this._modifiersWithKeys, BackgroundBlurStyleModifier.identity, BackgroundBlurStyle…