/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ArrayAdapter.java | 235 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()
|
H A 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()
|
H A D | DayPickerPagerAdapter.java | 87 notifyDataSetChanged(); in setRange() 162 notifyDataSetChanged(); in setCalendarTextColor() 167 notifyDataSetChanged(); in setDaySelectorColor() 172 notifyDataSetChanged(); in setMonthTextAppearance() 177 notifyDataSetChanged(); in setDayOfWeekTextAppearance() 186 notifyDataSetChanged(); in setDayTextAppearance()
|
H A D | ActivityChooserView.java | 130 mAdapter.notifyDataSetChanged(); 713 notifyDataSetChanged(); in setDataModel() 827 notifyDataSetChanged(); in setMaxActivityCount() 838 notifyDataSetChanged(); in setShowFooterView() 860 notifyDataSetChanged(); in setShowDefaultActivity()
|
H A D | BaseExpandableListAdapter.java | 55 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseExpandableListAdapter
|
H A D | BaseAdapter.java | 53 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseAdapter
|
H A D | CursorAdapter.java | 388 notifyDataSetChanged(); in swapCursor() 515 notifyDataSetChanged(); in onChanged()
|
H A D | RemoteViewsListAdapter.java | 48 notifyDataSetChanged(); in setViewsList()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | ListViewTest.java | 51 adapter.notifyDataSetChanged(); in testRequestLayout() 83 adapter.notifyDataSetChanged(); in testNoSelectableItems() 89 adapter.notifyDataSetChanged(); in testNoSelectableItems()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | ListMenuPresenter.java | 93 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()
|
H A D | MenuAdapter.java | 118 public void notifyDataSetChanged() { in notifyDataSetChanged() method in MenuAdapter 120 super.notifyDataSetChanged(); in notifyDataSetChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/dialog/ |
H A D | AccessibilityShortcutChooserActivity.java | 128 mTargetAdapter.notifyDataSetChanged(); in onTargetChecked() 157 targetAdapter.notifyDataSetChanged(); in showPermissionDialogIfNeeded() 174 mTargetAdapter.notifyDataSetChanged(); in onDoneButtonClicked() 186 mTargetAdapter.notifyDataSetChanged(); in onEditButtonClicked()
|
/aosp14/frameworks/base/tests/UsageReportingTest/src/com/android/tests/usagereporter/ |
H A D | UsageReporterActivity.java | 102 mAdapter.notifyDataSetChanged(); in onResume() 161 mAdapter.notifyDataSetChanged(); in callAddToken() 195 mAdapter.notifyDataSetChanged(); in callAddManyTokens() 221 mAdapter.notifyDataSetChanged(); in callStopAll()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserListAdapter.java | 235 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ChooserListAdapter 244 super.notifyDataSetChanged(); in refreshListView() 388 notifyDataSetChanged(); in updateAlphabeticalList() 616 notifyDataSetChanged(); in addServiceResults() 663 notifyDataSetChanged(); in completeServiceTargetLoading() 737 notifyDataSetChanged(); in createSortingTask() 796 notifyDataSetChanged();
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ScrollingTabContainerView.java | 309 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab() 325 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in addTab() 339 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in updateTab() 350 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeTabAt() 361 ((TabAdapter) mTabSpinner.getAdapter()).notifyDataSetChanged(); in removeAllTabs()
|
H A D | PagerAdapter.java | 275 public void notifyDataSetChanged() { in notifyDataSetChanged() method in PagerAdapter
|
H A D | AccountViewAdapter.java | 61 notifyDataSetChanged(); in updateData()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/widget/ |
H A D | FakeListAdapter.kt | 27 notifyDataSetChanged()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | AddPrinterActivity.java | 303 notifyDataSetChanged(); in CombinedAdapter() 308 notifyDataSetChanged(); in CombinedAdapter() 444 notifyDataSetChanged(); in updateData() 775 notifyDataSetChanged(); in filterRecommendations() 847 notifyDataSetChanged(); in updateInstalledServices()
|
H A D | PageAdapter.java | 169 notifyDataSetChanged(); in onOrientationChanged() 189 notifyDataSetChanged(); in open() 288 notifyDataSetChanged(); in update() 411 notifyDataSetChanged(); in getSelectedPages() 419 notifyDataSetChanged(); in onPreviewAreaSizeChanged()
|
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/ |
H A D | ViewPagerAdapter.java | 36 notifyDataSetChanged(); in set()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | PreferenceGroupAdapter.java | 157 notifyDataSetChanged(); in syncMyPreferences() 280 notifyDataSetChanged(); in onPreferenceChange()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
H A D | GridDelete.java | 85 notifyDataSetChanged(); in deletePosition()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | TileAdapter.java | 202 notifyDataSetChanged(); in clearAccessibilityState() 253 notifyDataSetChanged(); in recalcSpecs() 459 notifyDataSetChanged(); 480 notifyDataSetChanged(); 488 notifyDataSetChanged();
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuView.java | 152 mAdapter.notifyDataSetChanged(); in onItemSizeChanged() 216 mAdapter.notifyDataSetChanged(); in onSizeTypeChanged()
|