Home
last modified time | relevance | path

Searched refs:shelfIcon (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractor.kt134 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java54 @NonNull StatusBarIconView shelfIcon, in buildPack() argument
57 return new IconPack(true, statusBarIcon, shelfIcon, aodIcon, source); in buildPack()
63 @Nullable StatusBarIconView shelfIcon, in IconPack() argument
68 mShelfIcon = shelfIcon; in IconPack()
DIconManager.kt128 val shelfIcon = iconBuilder.createIconView(entry) in <lambda>() constant
129 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>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/data/model/
DActiveNotificationModelBuilder.kt34 shelfIcon: Icon? = null,
52 shelfIcon = shelfIcon,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.kt56 val shelfIcon: Icon?, constant in com.android.systemui.statusbar.notification.shared.ActiveNotificationModel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt190 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerShelfViewModel.kt44 entry.toIconInfo(entry.shelfIcon)?.let { info -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerShelfViewBinder.kt52 IconViewStore by (notifCollection.iconViewStoreBy { it.shelfIcon }) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt162 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()