Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java71 private final Drawable mCallButtonBackground; field in CarNotificationActionsView
129 mCallButtonBackground = mContext.getDrawable(R.drawable.call_action_button_background); in CarNotificationActionsView()
130 mCallButtonBackground.setColorFilter( in CarNotificationActionsView()
234 mActionButtons.get(0).setBackground(mCallButtonBackground); in bind()