summaryrefslogtreecommitdiff
path: root/core/api
diff options
context:
space:
mode:
authorNick Chameyev <nickchameyev@google.com>2021-09-23 17:13:40 +0000
committerNick Chameyev <nickchameyev@google.com>2021-09-24 09:25:54 +0000
commit10b13e85058e06f6390da298fd06daa0135de7e9 (patch)
treec79fb8f6b45bb14e3b13e555f1d754d17df77ac4 /core/api
parenta7efb5e02574fbdb857654d303843e5f2acf838b (diff)
Rename shouldUseDefaultUnfoldTransition attribute and update docs
Renames the shouldUseDefaultUnfoldTransition attribute name to use more generic shouldUseDefaultDeviceStateChangeTransition name as the transition could be used on different form factors depending on the OEMs. Test: manual Fixes: 200730817 Fixes: 200698833 Change-Id: I1c5d755f76f455475471fc893d4748c6adf51b8c
Diffstat (limited to 'core/api')
-rw-r--r--core/api/current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api/current.txt b/core/api/current.txt
index 8ba8c1a7ab4c..90c1e032ee4e 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -1298,7 +1298,7 @@ package android {
field public static final int shortcutLongLabel = 16844074; // 0x101052a
field public static final int shortcutShortLabel = 16844073; // 0x1010529
field public static final int shouldDisableView = 16843246; // 0x10101ee
- field public static final int shouldUseDefaultUnfoldTransition;
+ field public static final int shouldUseDefaultDeviceStateChangeTransition;
field public static final int showAsAction = 16843481; // 0x10102d9
field public static final int showDefault = 16843258; // 0x10101fa
field public static final int showDividers = 16843561; // 0x1010329
@@ -6927,7 +6927,7 @@ package android.app {
method public android.graphics.drawable.Drawable loadIcon(android.content.pm.PackageManager);
method public CharSequence loadLabel(android.content.pm.PackageManager);
method public android.graphics.drawable.Drawable loadThumbnail(android.content.pm.PackageManager);
- method public boolean shouldUseDefaultUnfoldTransition();
+ method public boolean shouldUseDefaultDeviceStateChangeTransition();
method public boolean supportsMultipleDisplays();
method public void writeToParcel(android.os.Parcel, int);
field @NonNull public static final android.os.Parcelable.Creator<android.app.WallpaperInfo> CREATOR;