diff options
author | Alan Viverette <alanv@google.com> | 2015-02-27 18:13:52 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-02-27 18:13:54 +0000 |
commit | 228fd600cebe51e612357489310bc239d6bf24cc (patch) | |
tree | f65be398dfcdbdb0e9b818833328e67e6faa9c40 /api | |
parent | 912c06fdaa7815d6f9c3c533b9bd27bea3d05b95 (diff) | |
parent | 62c79e9a64c3b2cafd5500ed3064977dff7b7da3 (diff) | |
download | frameworks_base-228fd600cebe51e612357489310bc239d6bf24cc.zip frameworks_base-228fd600cebe51e612357489310bc239d6bf24cc.tar.gz frameworks_base-228fd600cebe51e612357489310bc239d6bf24cc.tar.bz2 |
Merge "Implement landscape layout for time picker dialog"
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 906d27c..285d75d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -38872,6 +38872,7 @@ package android.widget { method public void addRule(int); method public void addRule(int, int); method public java.lang.String debug(java.lang.String); + method public int getRule(int); method public int[] getRules(); method public void removeRule(int); field public boolean alignWithParent; diff --git a/api/system-current.txt b/api/system-current.txt index 9ebbaca..0393896 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -41331,6 +41331,7 @@ package android.widget { method public void addRule(int); method public void addRule(int, int); method public java.lang.String debug(java.lang.String); + method public int getRule(int); method public int[] getRules(); method public void removeRule(int); field public boolean alignWithParent; |