summaryrefslogtreecommitdiff
path: root/core/api
diff options
context:
space:
mode:
authorNick Chameyev <nickchameyev@google.com>2021-10-07 15:09:24 +0000
committerNick Chameyev <nickchameyev@google.com>2021-10-07 15:10:37 +0000
commit46578a254aa3fd60111b26653c635ac70fb7c777 (patch)
tree7e20dcd695f395bb18c59a8e3fc4288c5e4ffb13 /core/api
parent49327062c28a32e7b77711a4f54f2ef794d4d78a (diff)
Rename shouldUseDefaultDisplayStateChangeTransition attribute
Renames the shouldUseDefaultDeviceStateChangeTransition attribute name to shouldUseDefaultUnfoldTransition to make it less generic. Test: manual Fixes: 200730817 Change-Id: Icc7f25f20758162c318e0b0896fb9a7bb2de5911
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 1d03370e698d..56df8f3cde16 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 shouldUseDefaultDisplayStateChangeTransition;
+ field public static final int shouldUseDefaultUnfoldTransition;
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 shouldUseDefaultDisplayStateChangeTransition();
+ method public boolean shouldUseDefaultUnfoldTransition();
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;