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