Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java850 Bitmap tmpBitmap; in constructChipSpan() local
852 tmpBitmap = createSelectedChip(contact, paint); in constructChipSpan()
855 tmpBitmap = createUnselectedChip(contact, paint); in constructChipSpan()
859 Drawable result = new BitmapDrawable(getResources(), tmpBitmap); in constructChipSpan()
860 result.setBounds(0, 0, tmpBitmap.getWidth(), tmpBitmap.getHeight()); in constructChipSpan()