Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBodyView.java63 private ImageView mLargeIconView; field in CarNotificationBodyView
119 mLargeIconView = findViewById(R.id.notification_body_icon); in onFinishInflate()
146 mLargeIconView.setVisibility(View.VISIBLE); in bind()
147 mLargeIconView.setImageDrawable(drawable); in bind()
149 } else if (mLargeIconView != null && launcherIcon != null && mUseLauncherIcon) { in bind()
150 mLargeIconView.setVisibility(View.VISIBLE); in bind()
151 mLargeIconView.setImageDrawable(launcherIcon); in bind()
152 } else if (mLargeIconView != null) { in bind()
153 mLargeIconView.setVisibility(View.GONE); in bind()
258 if (mLargeIconView != null) { in reset()
[all …]