Searched refs:mInnerView (Results 1 – 1 of 1) sorted by relevance
47 private final View mInnerView; // can be null for GroupNotificationViewHolder field in CarNotificationBaseViewHolder126 mInnerView = itemView.findViewById(R.id.inner_template_view); in CarNotificationBaseViewHolder()183 mInnerView.setBackgroundColor(mDefaultBackgroundColor); in bind()184 mInnerView.setOnClickListener(mClickHandlerFactory.getClickHandler(alertEntry)); in bind()