Searched refs:bkg (Results 1 – 1 of 1) sorted by relevance
275 Drawable bkg = mContext.getDrawable(R.drawable.chooser_group_background); in onBindView() local276 holder.text.setPaddingRelative(0, 0, bkg.getIntrinsicWidth() /* end */, 0); in onBindView()277 holder.text.setBackground(bkg); in onBindView()280 Drawable bkg = mContext.getDrawable(R.drawable.chooser_pinned_background); in onBindView() local281 holder.text.setPaddingRelative(bkg.getIntrinsicWidth() /* start */, 0, 0, 0); in onBindView()282 holder.text.setBackground(bkg); in onBindView()