Home
last modified time | relevance | path

Searched refs:NotificationUiAdjustment (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java49 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentLength()
67 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentLabels()
86 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentIcons()
109 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentPendingIntent()
137 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentChoices()
165 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentRemoteInputLabel()
190 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_negative()
199 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentSmartReplies()
207 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_sameSmartReplies()
215 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_bothConversation()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java36 public class NotificationUiAdjustment { class
44 NotificationUiAdjustment( in NotificationUiAdjustment() method in NotificationUiAdjustment
57 public static NotificationUiAdjustment extractFromNotificationEntry( in extractFromNotificationEntry()
59 return new NotificationUiAdjustment( in extractFromNotificationEntry()
65 @NonNull NotificationUiAdjustment oldAdjustment, in needReinflate()
66 @NonNull NotificationUiAdjustment newAdjustment) { in needReinflate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinder.java21 import com.android.systemui.statusbar.NotificationUiAdjustment;
52 NotificationUiAdjustment oldAdjustment, in onNotificationRankingUpdated()
53 NotificationUiAdjustment newAdjustment, in onNotificationRankingUpdated()
H A DNotificationRowBinderImpl.java31 import com.android.systemui.statusbar.NotificationUiAdjustment;
177 NotificationUiAdjustment oldAdjustment, in onNotificationRankingUpdated()
178 NotificationUiAdjustment newAdjustment, in onNotificationRankingUpdated()
180 if (NotificationUiAdjustment.needReinflate(oldAdjustment, newAdjustment)) { in onNotificationRankingUpdated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java48 import com.android.systemui.statusbar.NotificationUiAdjustment;
736 ArrayMap<String, NotificationUiAdjustment> oldAdjustments = new ArrayMap<>(); in updateNotificationRanking()
739 NotificationUiAdjustment adjustment = in updateNotificationRanking()
740 NotificationUiAdjustment.extractFromNotificationEntry(entry); in updateNotificationRanking()
756 NotificationUiAdjustment.extractFromNotificationEntry(entry), in updateNotificationRanking()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt42 import com.android.systemui.statusbar.NotificationUiAdjustment
84 else -> !NotificationUiAdjustment.areDifferent(left.smartActionsList, right.smartActionsList)