Searched refs:mIcon (Results 1 – 2 of 2) sorted by relevance
32 private final Drawable mIcon; field in LaunchItem41 mIcon = icon; in LaunchItem()52 mIcon = info.loadIcon(packageManager); in LaunchItem()66 return mIcon; in getIcon()113 + " Icon: " + mIcon in toDebugString()
54 private ImageView mIcon; field in NotificationPanelItemView115 mIcon = findViewById(R.id.notification_icon); in onFinishInflate()149 mIcon.setImageIcon(notif.getSmallIcon()); in setNotification()