Home
last modified time | relevance | path

Searched defs:skeletonLargeIcon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/shared/model/
DPromotedNotificationContentModel.kt85 val skeletonLargeIcon: ImageModel?, constant in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel
109 var skeletonLargeIcon: ImageModel? = null variable in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DPromotedNotificationContentExtractor.kt279 private fun Notification.skeletonLargeIcon( in chronometerCountDown() method in com.android.systemui.statusbar.notification.promoted.PromotedNotificationContentExtractorImpl