Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java70 private final Drawable mActionButtonBackground; field in CarNotificationActionsView
128 mActionButtonBackground = mContext.getDrawable(R.drawable.action_button_background); in CarNotificationActionsView()
332 button.setBackground(isMuted ? mUnmuteButtonBackground : mActionButtonBackground); in setMuteStatus()