/frameworks/base/core/java/android/widget/ |
D | ArrayAdapter.java | 182 if (mNotifyOnChange) notifyDataSetChanged(); in add() 198 if (mNotifyOnChange) notifyDataSetChanged(); in addAll() 214 if (mNotifyOnChange) notifyDataSetChanged(); in addAll() 231 if (mNotifyOnChange) notifyDataSetChanged(); in insert() 247 if (mNotifyOnChange) notifyDataSetChanged(); in remove() 261 if (mNotifyOnChange) notifyDataSetChanged(); in clear() 278 if (mNotifyOnChange) notifyDataSetChanged(); in sort() 285 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ArrayAdapter 286 super.notifyDataSetChanged(); in notifyDataSetChanged() 511 notifyDataSetChanged(); in publishResults()
|
D | CursorTreeAdapter.java | 297 public void notifyDataSetChanged() { in notifyDataSetChanged() method in CursorTreeAdapter 298 notifyDataSetChanged(true); in notifyDataSetChanged() 308 public void notifyDataSetChanged(boolean releaseCursors) { in notifyDataSetChanged() method in CursorTreeAdapter 314 super.notifyDataSetChanged(); in notifyDataSetChanged() 464 notifyDataSetChanged(releaseCursors); in changeCursor() 512 notifyDataSetChanged(); in onChanged()
|
D | BaseExpandableListAdapter.java | 55 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseExpandableListAdapter
|
D | BaseAdapter.java | 49 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseAdapter
|
D | YearPickerView.java | 112 mAdapter.notifyDataSetChanged(); in onItemClick() 174 mAdapter.notifyDataSetChanged(); in onDateChanged()
|
D | ActivityChooserView.java | 126 mAdapter.notifyDataSetChanged(); 705 notifyDataSetChanged(); in setDataModel() 819 notifyDataSetChanged(); in setMaxActivityCount() 830 notifyDataSetChanged(); in setShowFooterView() 852 notifyDataSetChanged(); in setShowDefaultActivity()
|
D | CursorAdapter.java | 345 notifyDataSetChanged(); in swapCursor() 471 notifyDataSetChanged(); in onChanged()
|
D | RemoteViewsListAdapter.java | 46 notifyDataSetChanged(); in setViewsList()
|
/frameworks/ex/common/java/com/android/common/widget/ |
D | CompositeCursorAdapter.java | 95 notifyDataSetChanged(); in addPartition() 101 notifyDataSetChanged(); in addPartition() 111 notifyDataSetChanged(); in removePartition() 125 notifyDataSetChanged(); in clearPartitions() 140 notifyDataSetChanged(); in close() 222 notifyDataSetChanged(); in changeCursor() 523 notifyDataSetChanged(); in setNotificationsEnabled() 528 public void notifyDataSetChanged() { in notifyDataSetChanged() method in CompositeCursorAdapter 531 super.notifyDataSetChanged(); in notifyDataSetChanged()
|
D | GroupingListAdapter.java | 107 notifyDataSetChanged(); 170 notifyDataSetChanged(); in changeCursor() 418 notifyDataSetChanged(); in toggleGroup()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | ListViewTest.java | 50 adapter.notifyDataSetChanged(); in testRequestLayout() 82 adapter.notifyDataSetChanged(); in testNoSelectableItems() 88 adapter.notifyDataSetChanged(); in testNoSelectableItems()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ListMenuPresenter.java | 91 mAdapter.notifyDataSetChanged(); in initForMenu() 125 if (mAdapter != null) mAdapter.notifyDataSetChanged(); in updateMenuView() 279 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ListMenuPresenter.MenuAdapter 281 super.notifyDataSetChanged(); in notifyDataSetChanged()
|
D | MenuPopupHelper.java | 266 mAdapter.notifyDataSetChanged(); in updateMenuView() 403 public void notifyDataSetChanged() { in notifyDataSetChanged() method in MenuPopupHelper.MenuAdapter 405 super.notifyDataSetChanged(); in notifyDataSetChanged()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ListMenuPresenter.java | 95 mAdapter.notifyDataSetChanged(); in initForMenu() 129 if (mAdapter != null) mAdapter.notifyDataSetChanged(); in updateMenuView() 283 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ListMenuPresenter.MenuAdapter 285 super.notifyDataSetChanged(); in notifyDataSetChanged()
|
D | MenuPopupHelper.java | 254 mAdapter.notifyDataSetChanged(); in updateMenuView() 391 public void notifyDataSetChanged() { in notifyDataSetChanged() method in MenuPopupHelper.MenuAdapter 393 super.notifyDataSetChanged(); in notifyDataSetChanged()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | SectionedListAdapter.java | 42 notifyDataSetChanged(); in clearSections() 52 notifyDataSetChanged(); in addSection()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActivityChooserView.java | 129 mAdapter.notifyDataSetChanged(); 649 notifyDataSetChanged(); in setDataModel() 763 notifyDataSetChanged(); in setMaxActivityCount() 774 notifyDataSetChanged(); in setShowFooterView() 800 notifyDataSetChanged(); in setShowDefaultActivity()
|
D | ScrollingTabContainerView.java | 310 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab() 325 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab() 338 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in updateTab() 348 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeTabAt() 358 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeAllTabs()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | YearPickerView.java | 95 mAdapter.notifyDataSetChanged(); in onItemClick() 149 mAdapter.notifyDataSetChanged(); in onDateChanged()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ScrollingTabContainerView.java | 301 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab() 316 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab() 329 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in updateTab() 339 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeTabAt() 349 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeAllTabs()
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceGroupAdapter.java | 149 notifyDataSetChanged(); in syncMyPreferences() 271 notifyDataSetChanged(); in onPreferenceChange()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | CursorAdapter.java | 347 notifyDataSetChanged(); in swapCursor() 473 notifyDataSetChanged(); in onChanged()
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridDelete.java | 86 notifyDataSetChanged(); in deletePosition()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PageAdapter.java | 167 notifyDataSetChanged(); in onOrientationChanged() 187 notifyDataSetChanged(); in open() 261 notifyDataSetChanged(); in update() 368 notifyDataSetChanged(); in getSelectedPages() 376 notifyDataSetChanged(); in onPreviewAreaSizeChanged()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerAdapter.java | 275 public void notifyDataSetChanged() { in notifyDataSetChanged() method in PagerAdapter
|