HomeSort by relevance Sort by last modified time
    Searched refs:notifyDataSetChanged (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java 38 notifyDataSetChanged();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPagerAdapter.java 18 public void notifyDataSetChanged() {
ShadowArrayAdapter.java 85 notifyDataSetChanged();
92 notifyDataSetChanged();
99 notifyDataSetChanged();
106 notifyDataSetChanged();
163 public void notifyDataSetChanged() {
164 super.notifyDataSetChanged();
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 82 * Indicates whether or not {@link #notifyDataSetChanged()} must be called whenever
182 if (mNotifyOnChange) notifyDataSetChanged();
198 if (mNotifyOnChange) notifyDataSetChanged();
214 if (mNotifyOnChange) notifyDataSetChanged();
231 if (mNotifyOnChange) notifyDataSetChanged();
247 if (mNotifyOnChange) notifyDataSetChanged();
261 if (mNotifyOnChange) notifyDataSetChanged();
278 if (mNotifyOnChange) notifyDataSetChanged();
285 public void notifyDataSetChanged() {
286 super.notifyDataSetChanged();
    [all...]
BaseAdapter.java 49 public void notifyDataSetChanged() {
BaseExpandableListAdapter.java 55 public void notifyDataSetChanged() {
CursorTreeAdapter.java 297 public void notifyDataSetChanged() {
298 notifyDataSetChanged(true);
308 public void notifyDataSetChanged(boolean releaseCursors) {
314 super.notifyDataSetChanged();
464 notifyDataSetChanged(releaseCursors);
512 notifyDataSetChanged();
  /cts/tests/src/android/widget/cts/
ExpandableListSimple.java 38 ((BaseExpandableListAdapter) mAdapter).notifyDataSetChanged();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CountingAdapter.java 17 notifyDataSetChanged();
BaseAdapterTest.java 19 adapter.notifyDataSetChanged();
26 adapter.notifyDataSetChanged();
PagerAdapterTest.java 20 pagerAdapter.notifyDataSetChanged();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsListAdapter.java 60 public void notifyDataSetChanged() {
61 mAdapter.notifyDataSetChanged();
  /cts/tests/tests/widget/src/android/widget/cts/
BaseAdapterTest.java 40 baseAdapter.notifyDataSetChanged();
44 baseAdapter.notifyDataSetChanged();
50 baseAdapter.notifyDataSetChanged();
BaseExpandableListAdapterTest.java 61 adapter.notifyDataSetChanged();
93 adapter.notifyDataSetChanged();
99 adapter.notifyDataSetChanged();
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpPagerAdapter.java 49 notifyDataSetChanged();
58 public void notifyDataSetChanged() {
60 super.notifyDataSetChanged();
MtpAdapter.java 53 notifyDataSetChanged();
61 public void notifyDataSetChanged() {
63 super.notifyDataSetChanged();
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 96 notifyDataSetChanged();
109 notifyDataSetChanged();
120 notifyDataSetChanged();
136 notifyDataSetChanged();
221 notifyDataSetChanged();
518 notifyDataSetChanged();
523 public void notifyDataSetChanged() {
526 super.notifyDataSetChanged();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockCorpora.java 49 notifyDataSetChanged();
121 protected void notifyDataSetChanged() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 111 this.notifyDataSetChanged();
153 this.notifyDataSetChanged();
157 this.notifyDataSetChanged();
165 this.notifyDataSetChanged();
175 this.notifyDataSetChanged();
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 50 adapter.notifyDataSetChanged();
82 adapter.notifyDataSetChanged();
88 adapter.notifyDataSetChanged();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List8.java 122 notifyDataSetChanged();
129 notifyDataSetChanged();
  /development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
ListViewAnimations.java 71 adapter.notifyDataSetChanged();
94 adapter.notifyDataSetChanged();
  /packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 154 notifyDataSetChanged();
160 notifyDataSetChanged();
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 263 mSlideListAdapter.notifyDataSetChanged();
270 mSlideListAdapter.notifyDataSetChanged();
277 mSlideListAdapter.notifyDataSetChanged();
286 mSlideListAdapter.notifyDataSetChanged();
312 mSlideListAdapter.notifyDataSetChanged();
446 mSlideListAdapter.notifyDataSetChanged();
453 mSlideListAdapter.notifyDataSetChanged();
460 mSlideListAdapter.notifyDataSetChanged();
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java 98 mListAdapter.notifyDataSetChanged();

Completed in 1719 milliseconds

1 2 3 4 5 6 7 8 9