Home
last modified time | relevance | path

Searched refs:notifyDataSetChanged (Results 1 – 25 of 81) sorted by relevance

1234

/frameworks/base/core/java/android/widget/
DArrayAdapter.java235 if (mNotifyOnChange) notifyDataSetChanged(); in add()
261 if (mNotifyOnChange) notifyDataSetChanged(); in addAll()
279 if (mNotifyOnChange) notifyDataSetChanged(); in addAll()
298 if (mNotifyOnChange) notifyDataSetChanged(); in insert()
316 if (mNotifyOnChange) notifyDataSetChanged(); in remove()
333 if (mNotifyOnChange) notifyDataSetChanged(); in clear()
350 if (mNotifyOnChange) notifyDataSetChanged(); in sort()
354 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ArrayAdapter
355 super.notifyDataSetChanged(); in notifyDataSetChanged()
618 notifyDataSetChanged(); in publishResults()
DCursorTreeAdapter.java297 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()
DDayPickerPagerAdapter.java87 notifyDataSetChanged(); in setRange()
162 notifyDataSetChanged(); in setCalendarTextColor()
167 notifyDataSetChanged(); in setDaySelectorColor()
172 notifyDataSetChanged(); in setMonthTextAppearance()
177 notifyDataSetChanged(); in setDayOfWeekTextAppearance()
186 notifyDataSetChanged(); in setDayTextAppearance()
DActivityChooserView.java130 mAdapter.notifyDataSetChanged();
713 notifyDataSetChanged(); in setDataModel()
827 notifyDataSetChanged(); in setMaxActivityCount()
838 notifyDataSetChanged(); in setShowFooterView()
860 notifyDataSetChanged(); in setShowDefaultActivity()
DBaseExpandableListAdapter.java55 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseExpandableListAdapter
DBaseAdapter.java53 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseAdapter
DCursorAdapter.java388 notifyDataSetChanged(); in swapCursor()
515 notifyDataSetChanged(); in onChanged()
DRemoteViewsListAdapter.java46 notifyDataSetChanged(); in setViewsList()
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java95 notifyDataSetChanged(); in addPartition()
101 notifyDataSetChanged(); in addPartition()
111 notifyDataSetChanged(); in removePartition()
125 notifyDataSetChanged(); in clearPartitions()
140 notifyDataSetChanged(); in close()
227 notifyDataSetChanged(); in changeCursor()
530 notifyDataSetChanged(); in setNotificationsEnabled()
535 public void notifyDataSetChanged() { in notifyDataSetChanged() method in CompositeCursorAdapter
538 super.notifyDataSetChanged(); in notifyDataSetChanged()
DGroupingListAdapter.java107 notifyDataSetChanged();
170 notifyDataSetChanged(); in changeCursor()
418 notifyDataSetChanged(); in toggleGroup()
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java51 adapter.notifyDataSetChanged(); in testRequestLayout()
83 adapter.notifyDataSetChanged(); in testNoSelectableItems()
89 adapter.notifyDataSetChanged(); in testNoSelectableItems()
/frameworks/base/core/java/com/android/internal/view/menu/
DListMenuPresenter.java93 mAdapter.notifyDataSetChanged(); in initForMenu()
127 if (mAdapter != null) mAdapter.notifyDataSetChanged(); in updateMenuView()
281 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ListMenuPresenter.MenuAdapter
283 super.notifyDataSetChanged(); in notifyDataSetChanged()
DMenuAdapter.java118 public void notifyDataSetChanged() { in notifyDataSetChanged() method in MenuAdapter
120 super.notifyDataSetChanged(); in notifyDataSetChanged()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceDiscoveryService.java219 notifyDataSetChanged(); in reset()
267 notifyDataSetChanged(); in onDeviceFound()
270 private void notifyDataSetChanged() { in notifyDataSetChanged() method in DeviceDiscoveryService
272 DevicesAdapter::notifyDataSetChanged, mDevicesAdapter)); in notifyDataSetChanged()
290 notifyDataSetChanged(); in onDeviceLost()
353 notifyDataSetChanged(); in bind()
/frameworks/base/tests/UsageReportingTest/src/com/android/tests/usagereporter/
DUsageReporterActivity.java102 mAdapter.notifyDataSetChanged(); in onResume()
161 mAdapter.notifyDataSetChanged(); in callAddToken()
195 mAdapter.notifyDataSetChanged(); in callAddManyTokens()
221 mAdapter.notifyDataSetChanged(); in callStopAll()
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java308 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab()
324 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab()
338 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in updateTab()
349 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeTabAt()
360 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeAllTabs()
DPagerAdapter.java275 public void notifyDataSetChanged() { in notifyDataSetChanged() method in PagerAdapter
DAccountViewAdapter.java61 notifyDataSetChanged(); in updateData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java132 notifyDataSetChanged(); in clearAccessibilityState()
182 notifyDataSetChanged(); in recalcSpecs()
355 notifyDataSetChanged();
373 notifyDataSetChanged();
392 notifyDataSetChanged();
399 notifyDataSetChanged();
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DRecyclerItemAdapter.java164 notifyDataSetChanged(); in onChanged()
191 notifyDataSetChanged(); in onItemRangeMoved()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DAddPrinterActivity.java303 notifyDataSetChanged(); in CombinedAdapter()
308 notifyDataSetChanged(); in CombinedAdapter()
444 notifyDataSetChanged(); in updateData()
775 notifyDataSetChanged(); in filterRecommendations()
847 notifyDataSetChanged(); in updateInstalledServices()
DPageAdapter.java169 notifyDataSetChanged(); in onOrientationChanged()
189 notifyDataSetChanged(); in open()
288 notifyDataSetChanged(); in update()
411 notifyDataSetChanged(); in getSelectedPages()
419 notifyDataSetChanged(); in onPreviewAreaSizeChanged()
/frameworks/base/core/java/android/preference/
DPreferenceGroupAdapter.java157 notifyDataSetChanged(); in syncMyPreferences()
280 notifyDataSetChanged(); in onPreferenceChange()
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBlasControls.java85 mTestListAdapter.notifyDataSetChanged(); in init()
183 mTestListAdapter.notifyDataSetChanged(); in onActivityResult()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridDelete.java85 notifyDataSetChanged(); in deletePosition()

1234