Searched refs:mBackgroundId (Results 1 – 1 of 1) sorted by relevance
39 private int mBackgroundId; field in BackgroundPreference50 mBackgroundId = styledAttrs.getResourceId(R.styleable.BackgroundPreference_background, 0); in BackgroundPreference()76 if (mBackgroundId != 0) { in onBindViewHolder()77 final Drawable backgroundDrawable = getContext().getDrawable(mBackgroundId); in onBindViewHolder()88 if (mBackgroundId != resId) { in setBackground()89 mBackgroundId = resId; in setBackground()