Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DLauncherItemDiffCallback.java52 public boolean areContentsTheSame(int oldListPosition, int newListPosition) { in areContentsTheSame() method in LauncherItemDiffCallback
DAppItem.java80 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/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/items/
DPanelItemsAdapter.kt92 override fun areContentsTheSame(p0: PanelItem, p1: PanelItem): Boolean { in areContentsTheSame() method in com.android.car.customization.tool.ui.panel.items.PanelItemsAdapter.ItemCallback
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/header/
DPanelHeaderAdapter.kt101 override fun areContentsTheSame(p0: PanelHeaderItem, p1: PanelHeaderItem): Boolean { in areContentsTheSame() method in com.android.car.customization.tool.ui.panel.header.PanelHeaderAdapter.ItemCallback
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/menu/
DMenuAdapter.kt123 override fun areContentsTheSame(p0: MenuItem, p1: MenuItem): Boolean { in areContentsTheSame() method in com.android.car.customization.tool.ui.menu.MenuAdapter.ItemCallback
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockAdapter.kt146 override fun areContentsTheSame(p0: DockAppItem, p1: DockAppItem): Boolean { in areContentsTheSame() method
/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.java492 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in AlphabeticalAppsList.MyDiffCallback