Searched refs:shelfIcon (Results 1 – 9 of 9) sorted by relevance
134 shelfIcon = icons.shelfIcon?.sourceIcon, in buildActiveNotificationsStore()154 shelfIcon: Icon?, in createOrReuse()173 shelfIcon = shelfIcon, in createOrReuse()192 shelfIcon = shelfIcon, in createOrReuse()212 shelfIcon: Icon?, in ActiveNotificationModel()230 shelfIcon != this.shelfIcon -> false in ActiveNotificationModel()
54 @NonNull StatusBarIconView shelfIcon, in buildPack() argument57 return new IconPack(true, statusBarIcon, shelfIcon, aodIcon, source); in buildPack()63 @Nullable StatusBarIconView shelfIcon, in IconPack() argument68 mShelfIcon = shelfIcon; in IconPack()
128 val shelfIcon = iconBuilder.createIconView(entry) in <lambda>() constant129 shelfIcon.scaleType = ImageView.ScaleType.CENTER_INSIDE in <lambda>()130 shelfIcon.visibility = View.INVISIBLE in <lambda>()142 setIcon(entry, sensitiveIconDescriptor, shelfIcon) in <lambda>()144 entry.icons = IconPack.buildPack(sbIcon, shelfIcon, aodIcon, entry.icons) in <lambda>()185 entry.icons.shelfIcon?.let { in <lambda>()415 iconView === entry.icons.shelfIcon || iconView === entry.icons.aodIcon in <lambda>()
34 shelfIcon: Icon? = null,52 shelfIcon = shelfIcon,
56 val shelfIcon: Icon?, constant in com.android.systemui.statusbar.notification.shared.ActiveNotificationModel
190 assertThat(entry?.icons?.shelfIcon?.sourceIcon).isEqualTo(smallIc) in testCreateIcons_sensitiveImportantConversation()205 assertThat(entry?.icons?.shelfIcon?.sourceIcon).isEqualTo(smallIc) in testUpdateIcons_sensitiveImportantConversation()221 assertThat(entry?.icons?.shelfIcon?.sourceIcon).isEqualTo(shortcutIc) in testUpdateIcons_sensitivityChange()
44 entry.toIconInfo(entry.shelfIcon)?.let { info -> in <lambda>()
52 IconViewStore by (notifCollection.iconViewStoreBy { it.shelfIcon }) in <lambda>()
162 whenever(expandableView.shelfIcon).thenReturn(mock(StatusBarIconView::class.java)) in getAmountInShelf_lastViewBelowShelf_completelyInShelf()192 whenever(expandableView.shelfIcon).thenReturn(mock(StatusBarIconView::class.java)) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf()222 whenever(expandableView.shelfIcon).thenReturn(mock(StatusBarIconView::class.java)) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf()252 whenever(expandableView.shelfIcon).thenReturn(mock(StatusBarIconView::class.java)) in getAmountInShelf_lastViewAboveShelf_notInShelf()