From 2148d43eb23c702e834c93ae427f822f32d280a2 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Thu, 28 Jul 2011 14:59:54 -0700 Subject: Fixing widget notifyDataSetChanged() not getting called, issue 5092676 Change-Id: I61a034a77c0c9d07aba71bfabe7a0864ce92c2e9 --- api/current.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 815fec8..1f9141f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24705,6 +24705,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(); @@ -24920,6 +24921,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(); -- cgit v1.1