Searched refs:mActionsView (Results 1 – 8 of 8) sorted by relevance
33 private final CarNotificationActionsView mActionsView; field in NavigationNotificationViewHolder42 mActionsView = view.findViewById(R.id.notification_actions); in NavigationNotificationViewHolder()55 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bind()
33 private final CarNotificationActionsView mActionsView; field in CallNotificationViewHolder41 mActionsView = view.findViewById(R.id.notification_actions); in CallNotificationViewHolder()55 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bind()
34 private final CarNotificationActionsView mActionsView; field in InboxNotificationViewHolder42 mActionsView = view.findViewById(R.id.notification_actions); in InboxNotificationViewHolder()55 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bind()
34 private final CarNotificationActionsView mActionsView; field in BasicNotificationViewHolder42 mActionsView = view.findViewById(R.id.notification_actions); in BasicNotificationViewHolder()55 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bind()
51 private final CarNotificationActionsView mActionsView; field in CarNotificationBaseViewHolder93 mActionsView = itemView.findViewById(R.id.notification_actions); in CarNotificationBaseViewHolder()260 if (mActionsView != null) { in reset()261 mActionsView.reset(); in reset()
36 private final CarNotificationActionsView mActionsView; field in EmergencyNotificationViewHolder48 mActionsView = view.findViewById(R.id.notification_actions); in EmergencyNotificationViewHolder()70 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bind()
49 private final CarNotificationActionsView mActionsView; field in MessageNotificationViewHolder63 mActionsView = view.findViewById(R.id.notification_actions); in MessageNotificationViewHolder()87 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bind()99 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bindRestricted()
38 private final CarNotificationActionsView mActionsView; field in ProgressNotificationViewHolder49 mActionsView = view.findViewById(R.id.notification_actions); in ProgressNotificationViewHolder()65 mActionsView.bind(mClickHandlerFactory, statusBarNotification); in bind()