Home
last modified time | relevance | path

Searched defs:oldItem (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java79 NotificationGroup oldItem = mOldList.get(oldItemPosition); in areItemsTheSame() local
99 static boolean sameGroupUniqueIdentifiers(NotificationGroup oldItem, in sameGroupUniqueIdentifiers()
125 static boolean sameNotificationKey(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKey()
141 static boolean sameNotificationKeyAndFlags(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKeyAndFlags()
155 NotificationGroup oldItem = mOldList.get(oldItemPosition); in areContentsTheSame() local
193 private boolean sameNotificationContent(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationContent()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/adapter/
DOptionItemAdapter.kt68 val oldItem = oldItems[oldItemPosition] in setItems() constant
77 val oldItem = oldItems[oldItemPosition] in setItems() constant
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsDiffCallback.java53 WidgetsListBaseEntry oldItem = mOldEntries.get(oldItemPosition); in areItemsTheSame() local