Home
last modified time | relevance | path

Searched defs:areContentsTheSame (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DLauncherItemDiffCallback.java52 public boolean areContentsTheSame(int oldListPosition, int newListPosition) { in areContentsTheSame() method in LauncherItemDiffCallback
DAppItem.java75 public boolean areContentsTheSame(LauncherItem launcherItem) { in areContentsTheSame() method in AppItem
DLauncherItem.java80 abstract boolean areContentsTheSame(LauncherItem launcherItem); in areContentsTheSame() method in LauncherItem
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchResultDiffCallback.java54 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in SearchResultDiffCallback
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardsDiffCallback.java57 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() method in ContextualCardsDiffCallback
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsDiffCallback.java60 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in WidgetsDiffCallback
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java154 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in CarNotificationDiff
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/adapter/
DOptionItemAdapter.kt73 override fun areContentsTheSame( in setItems() method
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java326 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in AlphabeticalAppsList.MyDiffCallback