Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkClassDefine.ts259 blurOptions: BlurOptions | undefined;
266 this.blurOptions = undefined;
275 this.blurOptions === another.blurOptions
494 blurOptions: BlurOptions | undefined;
504 this.blurOptions = undefined;
516 this.blurOptions === another.blurOptions &&
H A DArkComponent.ts1347 this.value.blurOptions?.grayscale);
1356 …this.stageValue as ArkForegroundBlurStyle).blurOptions === (this.value as ArkForegroundBlurStyle).
1457 … this.value.blurOptions?.grayscale, this.value.policy, this.value.inactiveColor, this.value.type);
2656 …this.value.brightness, this.value.color, this.value.adaptiveColor, this.value.blurOptions?.graysca…
2669 this.value.blurOptions?.grayscale === this.stageValue.blurOptions?.grayscale);
3647 arkBackgroundBlurStyle.blurOptions = options.blurOptions;
3669 arkForegroundBlurStyle.blurOptions = options.blurOptions;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-foreground-blur-style.md39 | blurOptions<sup>11+</sup> | [BlurOptions](#bluroptions11) | 否 | 灰阶模糊参数。<br/>默认值:graysc…
H A Dts-universal-attributes-background.md205 | blurOptions | [BlurOptions](ts-universal-attributes-foreground-blur-style.md#bluroptions11) | …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-foreground-blur-style.md37 | blurOptions<sup>11+</sup> | [BlurOptions](#bluroptions11) | No | Grayscale blur paramet…
H A Dts-universal-attributes-background.md205 | blurOptions | [BlurOptions](ts-universal-attributes-foreground-blur-style.md#bluroptions11) | …
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/
H A DwatchNotificationDialog.ets153 blurOptions: {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h183 CJBlurOptions blurOptions; member
H A Dcj_view_abstract_ffi.cpp463 greyVec[0] = options.blurOptions.grayscale[0]; in FfiOHOSAceFrameworkViewAbstractSetForegroundBlurStyleOption()
464 greyVec[1] = options.blurOptions.grayscale[1]; in FfiOHOSAceFrameworkViewAbstractSetForegroundBlurStyleOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js1202 (_a = this.value.blurOptions) === null || _a === void 0 ? void 0 : _a.grayscale);
1210 this.stageValue.blurOptions === this.value.blurOptions);
1312 (_a = this.value.blurOptions) === null || _a === void 0 ? void 0 : _a.grayscale,
2478 (_a = this.value.blurOptions) === null || _a === void 0 ? void 0 : _a.grayscale,
2492 …((_a = this.value.blurOptions) === null || _a === void 0 ? void 0 : _a.grayscale) === ((_b = this.…
3523 arkBackgroundBlurStyle.blurOptions = options.blurOptions;
3542 arkForegroundBlurStyle.blurOptions = options.blurOptions;
15420 this.blurOptions = undefined;
15427 this.blurOptions === another.blurOptions);
15601 this.blurOptions = undefined;
[all …]