Searched refs:notifyDataSetChanged (Results 101 - 125 of 142) sorted by relevance

123456

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java178 public void notifyDataSetChanged() { method in class:SuggestionsAdapter
179 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
180 super.notifyDataSetChanged();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java215 mAdapter.notifyDataSetChanged();
H A DQSDetailItems.java151 mAdapter.notifyDataSetChanged();
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java425 notifyDataSetChanged();
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java246 mAdapter.notifyDataSetChanged();
H A DMediaRouteControllerDialog.java756 mVolumeGroupAdapter.notifyDataSetChanged();
758 mVolumeGroupAdapter.notifyDataSetChanged();
772 mVolumeGroupAdapter.notifyDataSetChanged();
877 mVolumeGroupAdapter.notifyDataSetChanged();
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceGroupAdapter.java191 notifyDataSetChanged();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAsyncListUtilLayoutTest.java242 mRecyclerView.getAdapter().notifyDataSetChanged();
H A DItemAnimatorV2ApiTest.java441 public void notifyDataSetChanged() throws Throwable { method in class:ItemAnimatorV2ApiTest
499 adapter.notifyDataSetChanged();
537 adapter.notifyDataSetChanged();
H A DRecyclerViewCacheTest.java908 innerAdapter.notifyDataSetChanged();
1123 * Similar to OuterAdapter above, but uses notifyDataSetChanged() instead of set/swapAdapter
1173 holder.mAdapter.notifyDataSetChanged();
1277 innerRecyclerView.getAdapter().notifyDataSetChanged();
H A DRecyclerViewAnimationsTest.java1106 public void notifyDataSetChanged() throws Throwable { method in class:RecyclerViewAnimationsTest
1359 mTestAdapter.notifyDataSetChanged();
1488 mTestAdapter.notifyDataSetChanged();
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java654 mAdapter.notifyDataSetChanged();
1155 mAdapter.notifyDataSetChanged();
1192 mAdapter.notifyDataSetChanged();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java772 mDestinationSpinnerAdapter.notifyDataSetChanged();
1393 mDestinationSpinnerAdapter.notifyDataSetChanged();
1439 mDestinationSpinnerAdapter.notifyDataSetChanged();
2338 notifyDataSetChanged();
2506 notifyDataSetChanged();
2550 notifyDataSetChanged();
2754 mDestinationSpinnerAdapter.notifyDataSetChanged();
H A DSelectPrinterActivity.java519 notifyDataSetChanged();
586 notifyDataSetChanged();
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java651 mAdapter.notifyDataSetChanged();
1135 mAdapter.notifyDataSetChanged();
1171 mAdapter.notifyDataSetChanged();
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java237 notifyDataSetChanged();
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java1137 notifyDataSetChanged();
1146 notifyDataSetChanged();
1194 object.mAdapter.notifyDataSetChanged();
1299 notifyDataSetChanged();
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java182 notifyDataSetChanged();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java302 notifyDataSetChanged();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionAdapter.java161 notifyDataSetChanged();
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DPageIndicatorView.java622 public void notifyDataSetChanged() { method in class:PageIndicatorView
H A DWearableActionDrawerView.java347 mActionListAdapter.notifyDataSetChanged();
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java130 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
221 // Handle queued notifyDataSetChanged() if necessary
530 // position is guaranteed as not being necessary any more (usually on notifyDataSetChanged).
737 // is invalidated through the notifyDataSetChanged() flow).
919 // a notifyDataSetChanged to update the widget accordingly
1099 // Requesting bind service will trigger a super.notifyDataSetChanged(), which will
1153 // Complete the actual notifyDataSetChanged() call initiated earlier
1243 public void notifyDataSetChanged() { method in class:RemoteViewsAdapter
1247 // If we are not connected, queue up the notifyDataSetChanged to be handled when we do
1264 super.notifyDataSetChanged();
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java900 notifyDataSetChanged();
1027 notifyDataSetChanged();
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java592 baseAdapter.notifyDataSetChanged();

Completed in 537 milliseconds

123456