Searched refs:bkg (Results 1 – 1 of 1) sorted by relevance
314 Drawable bkg = mContext.getDrawable(R.drawable.chooser_group_background); in onBindView() local315 holder.text.setPaddingRelative(0, 0, bkg.getIntrinsicWidth() /* end */, 0); in onBindView()316 holder.text.setBackground(bkg); in onBindView()321 Drawable bkg = mContext.getDrawable(R.drawable.chooser_pinned_background); in onBindView() local322 holder.text.setPaddingRelative(bkg.getIntrinsicWidth() /* start */, 0, 0, 0); in onBindView()323 holder.text.setBackground(bkg); in onBindView()