Searched refs:newCardPosition (Results 1 – 2 of 2) sorted by relevance
48 public boolean areItemsTheSame(int oldCardPosition, int newCardPosition) { in areItemsTheSame() argument50 mNewCards.get(newCardPosition).getName()); in areItemsTheSame()54 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() argument57 if (mNewCards.get(newCardPosition).hasInlineAction()) { in areContentsTheSame()60 return mOldCards.get(oldCardPosition).equals(mNewCards.get(newCardPosition)); in areContentsTheSame()
49 public boolean areItemsTheSame(int oldCardPosition, int newCardPosition) { in areItemsTheSame() argument51 mNewCards.get(newCardPosition).getName()); in areItemsTheSame()55 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() argument56 return mOldCards.get(oldCardPosition).equals(mNewCards.get(newCardPosition)); in areContentsTheSame()