Home
last modified time | relevance | path

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

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