/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/ |
D | LauncherItemDiffCallback.java | 52 public boolean areContentsTheSame(int oldListPosition, int newListPosition) { in areContentsTheSame() method in LauncherItemDiffCallback
|
D | AppItem.java | 80 public boolean areContentsTheSame(LauncherItem launcherItem) { in areContentsTheSame() method in AppItem
|
D | LauncherItem.java | 80 abstract boolean areContentsTheSame(LauncherItem launcherItem); in areContentsTheSame() method in LauncherItem
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | SearchResultDiffCallback.java | 54 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in SearchResultDiffCallback
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ |
D | ContextualCardsDiffCallback.java | 57 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() method in ContextualCardsDiffCallback
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsDiffCallback.java | 60 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/ |
D | PanelItemsAdapter.kt | 92 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/ |
D | PanelHeaderAdapter.kt | 101 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/ |
D | MenuAdapter.kt | 123 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/ |
D | DockAdapter.kt | 146 override fun areContentsTheSame(p0: DockAppItem, p1: DockAppItem): Boolean { in areContentsTheSame() method
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationDiff.java | 154 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in CarNotificationDiff
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/adapter/ |
D | OptionItemAdapter.kt | 73 override fun areContentsTheSame( in setItems() method
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AlphabeticalAppsList.java | 492 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in AlphabeticalAppsList.MyDiffCallback
|