diff options
author | Kirill Grouchnikov <kirillg@google.com> | 2015-10-30 23:31:05 -0400 |
---|---|---|
committer | Kirill Grouchnikov <kirillg@google.com> | 2015-10-30 23:31:05 -0400 |
commit | 29dbb71baccabab9150610099e43104256dcec3c (patch) | |
tree | a594d2083d6f53c49522a0b4734733c72c04986c | |
parent | ca17c6411b4687dc97bc7c023e32a0a45f921c8b (diff) | |
download | android_frameworks_support-29dbb71baccabab9150610099e43104256dcec3c.tar.gz android_frameworks_support-29dbb71baccabab9150610099e43104256dcec3c.tar.bz2 android_frameworks_support-29dbb71baccabab9150610099e43104256dcec3c.zip |
Add current.txt changes after ag/802770
Change-Id: I0eeee09aec0d004f37c643b465cd24ddb2ae4e26
-rw-r--r-- | v4/api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4/api/current.txt b/v4/api/current.txt index 74ed0f0ac1..1d17a089b2 100644 --- a/v4/api/current.txt +++ b/v4/api/current.txt @@ -3124,6 +3124,7 @@ package android.support.v4.widget { method public void setStatusBarBackgroundColor(int); field public static final int LOCK_MODE_LOCKED_CLOSED = 1; // 0x1 field public static final int LOCK_MODE_LOCKED_OPEN = 2; // 0x2 + field public static final int LOCK_MODE_UNDEFINED = 3; // 0x3 field public static final int LOCK_MODE_UNLOCKED = 0; // 0x0 field public static final int STATE_DRAGGING = 1; // 0x1 field public static final int STATE_IDLE = 0; // 0x0 |