Searched refs:ForegroundBlurStyleModifier (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkComponent.ts | 1336 class ForegroundBlurStyleModifier extends ModifierWithKey<ArkForegroundBlurStyle> { 3659 modifierWithKey(this._modifiersWithKeys, ForegroundBlurStyleModifier.identity, 3660 ForegroundBlurStyleModifier, undefined); 3671 modifierWithKey(this._modifiersWithKeys, ForegroundBlurStyleModifier.identity, 3672 ForegroundBlurStyleModifier, arkForegroundBlurStyle);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 1192 class ForegroundBlurStyleModifier extends ModifierWithKey { class 1213 ForegroundBlurStyleModifier.identity = Symbol('foregroundBlurStyle'); 3533 …modifierWithKey(this._modifiersWithKeys, ForegroundBlurStyleModifier.identity, ForegroundBlurStyle… 3544 …modifierWithKey(this._modifiersWithKeys, ForegroundBlurStyleModifier.identity, ForegroundBlurStyle…
|