Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java46 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentLength()
61 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentLabels()
77 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentIcons()
96 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentPendingIntent()
121 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentChoices()
146 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentRemoteInputLabel()
168 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_negative()
177 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_differentSmartReplies()
185 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_sameSmartReplies()
193 assertThat(NotificationUiAdjustment.needReinflate( in needReinflate_bothConversation()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinder.java21 import com.android.systemui.statusbar.NotificationUiAdjustment;
53 NotificationUiAdjustment oldAdjustment, in onNotificationRankingUpdated()
54 NotificationUiAdjustment newAdjustment, in onNotificationRankingUpdated()
DNotificationRowBinderImpl.java30 import com.android.systemui.statusbar.NotificationUiAdjustment;
185 NotificationUiAdjustment oldAdjustment, in onNotificationRankingUpdated()
186 NotificationUiAdjustment newAdjustment, in onNotificationRankingUpdated()
188 if (NotificationUiAdjustment.needReinflate(oldAdjustment, newAdjustment)) { in onNotificationRankingUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java46 import com.android.systemui.statusbar.NotificationUiAdjustment;
701 ArrayMap<String, NotificationUiAdjustment> oldAdjustments = new ArrayMap<>(); in updateNotificationRanking()
704 NotificationUiAdjustment adjustment = in updateNotificationRanking()
705 NotificationUiAdjustment.extractFromNotificationEntry(entry); in updateNotificationRanking()
721 NotificationUiAdjustment.extractFromNotificationEntry(entry), in updateNotificationRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java37 import com.android.systemui.statusbar.NotificationUiAdjustment;
131 return !NotificationUiAdjustment.areDifferent( in areSuggestionsSimilar()