From 3246e9c97452ce59977f1cbd686fc1e5b90582b1 Mon Sep 17 00:00:00 2001 From: Jon Eckenrode Date: Tue, 8 Aug 2023 21:58:03 +0000 Subject: Docs: Fixed typos in attribute descriptions. Also fixed on DAC by cl/553213772. Added see also to ROTATION_ANIMATION_SEAMLESS in WindowManager.LayoutParams#rotationAnimation. Bug: 295163333 Test: Built API docs Change-Id: I16c520467e0dd8695bcdae394a6103042906171b Signed-off-by: Jon Eckenrode --- core/java/android/view/WindowManager.java | 1 + core/res/res/values/attrs.xml | 6 +++--- core/res/res/values/attrs_manifest.xml | 24 +++++++++++++----------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/core/java/android/view/WindowManager.java b/core/java/android/view/WindowManager.java index a91781580ac4..eb1d286ed2c4 100644 --- a/core/java/android/view/WindowManager.java +++ b/core/java/android/view/WindowManager.java @@ -3722,6 +3722,7 @@ public interface WindowManager extends ViewManager { * @see #ROTATION_ANIMATION_ROTATE * @see #ROTATION_ANIMATION_CROSSFADE * @see #ROTATION_ANIMATION_JUMPCUT + * @see #ROTATION_ANIMATION_SEAMLESS */ public int rotationAnimation = ROTATION_ANIMATION_ROTATE; diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 6f7bc53e891c..735e5906cced 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -2465,7 +2465,7 @@ duration of the vector animation automatically. --> - @@ -6787,7 +6787,7 @@ edges of a bitmap when rotated. Default value is false. --> + shrunk or stretched to smooth its appearance. Default value is true. --> - + transition from one VR activity to another. --> - @@ -830,7 +832,7 @@ @@ -1328,7 +1330,7 @@

Such a document is any kind of item for which an application may want to maintain multiple simultaneous instances. Examples might be text files, web pages, spreadsheets, or emails. Each such document will be in a separate - task in the recent taskss list. + task in the recent tasks list.

This attribute is equivalent to adding the flag {@link android.content.Intent#FLAG_ACTIVITY_NEW_DOCUMENT} to every Intent used to launch @@ -1771,7 +1773,7 @@