From 7b20acea8443ff23397fe90f5c0015c34e5a9035 Mon Sep 17 00:00:00 2001 From: yanzhimo Date: Thu, 4 Sep 2025 15:39:37 +0800 Subject: [PATCH] ANI stage3 interface Signed-off-by: yanzhimo --- api/@ohos.window.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 9f132f63f3..e73827a922 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -6322,7 +6322,8 @@ declare namespace window { * @throws { BusinessError } 1300002 - This window state is abnormal. * @syscap SystemCapability.WindowManager.WindowManager.Core * @atomicservice - * @since 12 + * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ getPreferredOrientation(): Orientation; @@ -9152,7 +9153,8 @@ declare namespace window { * @throws { BusinessError } 1300004 - Unauthorized operation. * @syscap SystemCapability.WindowManager.WindowManager.Core * @systemapi Hide this for inner system use. - * @since 12 + * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ setBackdropBlurStyle(blurStyle: BlurStyle): void; -- Gitee