From ce3a70488d2259a78904a00a0a3618bea3457537 Mon Sep 17 00:00:00 2001 From: TYW Date: Tue, 28 Oct 2025 15:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E4=B8=AD=E7=94=BB=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘阳 --- api/@ohos.PiPWindow.d.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api/@ohos.PiPWindow.d.ts b/api/@ohos.PiPWindow.d.ts index 7ed8033f33..0f094bfb8b 100644 --- a/api/@ohos.PiPWindow.d.ts +++ b/api/@ohos.PiPWindow.d.ts @@ -264,6 +264,17 @@ declare namespace PiPWindow { * @since 19 */ defaultWindowSizeType?: number; + + /** + * Describes wheather the picture-in-picture is four-corner absorpted or free to move. + * + * @type { ?boolean } + * @default true + * @syscap SystemCapability.Window.SessionManager + * @atomicservice + * @since 22 dynamic&static + */ + cornerAdsorption?: boolean; } /** -- Gitee