Searched refs:areIconsMaybeDifferent (Results 1 – 1 of 1) sorted by relevance
3312 return areIconsMaybeDifferent(first.getSmallIcon(), second.getSmallIcon()) in areIconsDifferent()3313 || areIconsMaybeDifferent(first.getLargeIcon(), second.getLargeIcon()); in areIconsDifferent()3320 private static boolean areIconsMaybeDifferent(Icon a, Icon b) { in areIconsMaybeDifferent() method in Notification7702 return areIconsMaybeDifferent(getBigPicture(), otherS.getBigPicture()); in areNotificationsVisiblyDifferent()