summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-07-28 15:36:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-28 15:36:19 -0700
commitc9c4c2dad6a9a438fe4d94c05d6ee1239bcc0914 (patch)
treedf96fef5146747b645f26ccec499be7a7e8b4ded /api
parent491345b80bc13d33c871eee2c6f238fc713dc1eb (diff)
parent2148d43eb23c702e834c93ae427f822f32d280a2 (diff)
downloadframeworks_base-c9c4c2dad6a9a438fe4d94c05d6ee1239bcc0914.zip
frameworks_base-c9c4c2dad6a9a438fe4d94c05d6ee1239bcc0914.tar.gz
frameworks_base-c9c4c2dad6a9a438fe4d94c05d6ee1239bcc0914.tar.bz2
Merge "Fixing widget notifyDataSetChanged() not getting called, issue 5092676"
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index a9c3ca0..91cf3fa 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -24730,6 +24730,7 @@ package android.widget {
method public void beforeTextChanged(java.lang.CharSequence, int, int, int);
method public void clearChoices();
method public void clearTextFilter();
+ method public void deferNotifyDataSetChanged();
method public int getCacheColorHint();
method public int getCheckedItemCount();
method public long[] getCheckedItemIds();
@@ -24945,6 +24946,7 @@ package android.widget {
ctor public AdapterViewAnimator(android.content.Context, android.util.AttributeSet);
ctor public AdapterViewAnimator(android.content.Context, android.util.AttributeSet, int);
method public void advance();
+ method public void deferNotifyDataSetChanged();
method public void fyiWillBeAdvancedByHostKThx();
method public android.widget.Adapter getAdapter();
method public android.view.View getCurrentView();