Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java45 private final View mInnerView; // can be null for GroupNotificationViewHolder field in CarNotificationBaseViewHolder
90 mInnerView = itemView.findViewById(R.id.inner_template_view); in CarNotificationBaseViewHolder()
122 mInnerView.setBackgroundColor(mDefaultBackgroundColor); in bind()
123 mInnerView.setOnClickListener( in bind()