Home
last modified time | relevance | path

Searched refs:mIcon (Results 1 – 2 of 2) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItem.java32 private final Drawable mIcon; field in LaunchItem
41 mIcon = icon; in LaunchItem()
52 mIcon = info.loadIcon(packageManager); in LaunchItem()
66 return mIcon; in getIcon()
113 + " Icon: " + mIcon in toDebugString()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java54 private ImageView mIcon; field in NotificationPanelItemView
115 mIcon = findViewById(R.id.notification_icon); in onFinishInflate()
149 mIcon.setImageIcon(notif.getSmallIcon()); in setNotification()