Searched defs:isPinnedByUser (Results 1 – 4 of 4) sorted by relevance
63 boolean isPinnedByUser, in bindHeadsUpView()122 void onHeadsUpBindFinished(NotificationEntry entry, boolean isPinnedByUser); in onHeadsUpBindFinished()
551 val isPinnedByUser = StatusBarNotifChips.isEnabled && posted.isPinnedByUser in <lambda>() constant1014 var isPinnedByUser: Boolean = false, in <lambda>() variable in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator.PostedEntry
353 val isPinnedByUser = i % 2 == 0 in testReleaseAllImmediately() constant
317 @NonNull NotificationEntry entry, boolean isPinnedByUser) { in showNotification()