Home
last modified time | relevance | path

Searched refs:setShelfIcons (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.kt31 fun setShelfIcons(icons: NotificationIconContainer) method
DLegacyNotificationIconAreaControllerImpl.java196 public void setShelfIcons(NotificationIconContainer icons) { in setShelfIcons() method in LegacyNotificationIconAreaControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconAreaControllerViewBinderWrapperImpl.kt43 override fun setShelfIcons(icons: NotificationIconContainer) = unsupported in setupAodIcons() method in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconAreaControllerViewBinderWrapperImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
DNotificationShelfViewBinder.kt46 notificationIconAreaController.setShelfIcons(shelfIcons) in bind()