Searched refs:deviceIcon (Results 1 – 1 of 1) sorted by relevance
311 Drawable deviceIcon; in bindPlayer() local313 deviceIcon = data.getDevice().getIcon().getConstantState().newDrawable().mutate(); in bindPlayer()315 deviceIcon = getContext().getDrawable(R.drawable.ic_headphone); in bindPlayer()317 deviceIcon.setTintList(ColorStateList.valueOf(mBackgroundColor)); in bindPlayer()319 albumView.setImageDrawable(deviceIcon); in bindPlayer()