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.java47 private final View mInnerView; // can be null for GroupNotificationViewHolder field in CarNotificationBaseViewHolder
126 mInnerView = itemView.findViewById(R.id.inner_template_view); in CarNotificationBaseViewHolder()
183 mInnerView.setBackgroundColor(mDefaultBackgroundColor); in bind()
184 mInnerView.setOnClickListener(mClickHandlerFactory.getClickHandler(alertEntry)); in bind()