diff options
author | John Reck <jreck@google.com> | 2011-05-19 15:23:58 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-05-19 15:23:58 -0700 |
commit | 9414b04178f80f993bf77a2d8af306d8b7ce0f62 (patch) | |
tree | 25c4f0ae9578d37e73019c96b7e3c4eaddbf2f55 /api | |
parent | e526cfb490a4c855d3b6c89096c9f606b02190f8 (diff) | |
parent | 63f46e7145fb2087515eb04015d84d956cbb00cd (diff) | |
download | frameworks_base-9414b04178f80f993bf77a2d8af306d8b7ce0f62.zip frameworks_base-9414b04178f80f993bf77a2d8af306d8b7ce0f62.tar.gz frameworks_base-9414b04178f80f993bf77a2d8af306d8b7ce0f62.tar.bz2 |
Merge "expandGroup can now animate"
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index cacd87b..3c8e551 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24013,6 +24013,7 @@ package android.widget { ctor public ExpandableListView(android.content.Context, android.util.AttributeSet, int); method public boolean collapseGroup(int); method public boolean expandGroup(int); + method public boolean expandGroup(int, boolean); method public android.widget.ExpandableListAdapter getExpandableListAdapter(); method public long getExpandableListPosition(int); method public int getFlatListPosition(long); |