Home
last modified time | relevance | path

Searched refs:oldAdjustment (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java65 @NonNull NotificationUiAdjustment oldAdjustment, in needReinflate()
67 if (oldAdjustment == newAdjustment) { in needReinflate()
70 if (oldAdjustment.isConversation != newAdjustment.isConversation) { in needReinflate()
73 if (areDifferent(oldAdjustment.smartActions, newAdjustment.smartActions)) { in needReinflate()
76 if (!newAdjustment.smartReplies.equals(oldAdjustment.smartReplies)) { in needReinflate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinder.java52 NotificationUiAdjustment oldAdjustment, in onNotificationRankingUpdated() argument
H A DNotificationRowBinderImpl.java177 NotificationUiAdjustment oldAdjustment, in onNotificationRankingUpdated() argument
180 if (NotificationUiAdjustment.needReinflate(oldAdjustment, newAdjustment)) { in onNotificationRankingUpdated()