Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardsDiffCallback.java48 public boolean areItemsTheSame(int oldCardPosition, int newCardPosition) { in areItemsTheSame() argument
50 mNewCards.get(newCardPosition).getName()); in areItemsTheSame()
54 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() argument
57 if (mNewCards.get(newCardPosition).hasInlineAction()) { in areContentsTheSame()
60 return mOldCards.get(oldCardPosition).equals(mNewCards.get(newCardPosition)); in areContentsTheSame()
/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()