Home
last modified time | relevance | path

Searched refs:newCardPosition (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DContextualCardsDiffCallback.java49 public boolean areItemsTheSame(int oldCardPosition, int newCardPosition) { in areItemsTheSame() argument
51 mNewCards.get(newCardPosition).getName()); in areItemsTheSame()
55 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() argument
56 return mOldCards.get(oldCardPosition).equals(mNewCards.get(newCardPosition)); in areContentsTheSame()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardsDiffCallback.java51 public boolean areItemsTheSame(int oldCardPosition, int newCardPosition) { in areItemsTheSame() argument
53 mNewCards.get(newCardPosition).getName()); in areItemsTheSame()
57 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() argument
58 final ContextualCard newCard = mNewCards.get(newCardPosition); in areContentsTheSame()