Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java72 private final Drawable mDeclineButtonBackground; field in CarNotificationActionsView
133 mDeclineButtonBackground = mContext.getDrawable(R.drawable.call_action_button_background); in CarNotificationActionsView()
134 mDeclineButtonBackground.setColorFilter( in CarNotificationActionsView()
235 mActionButtons.get(1).setBackground(mDeclineButtonBackground); in bind()