Searched refs:tmpBitmap (Results 1 – 1 of 1) sorted by relevance
1166 final Bitmap tmpBitmap = bitmapContainer.bitmap; in constructChipSpan() local1169 final int iconWidth = tmpBitmap != null ? tmpBitmap.getWidth() : 0; in constructChipSpan()1170 final int iconHeight = tmpBitmap != null ? tmpBitmap.getHeight() : 0; in constructChipSpan()1171 Drawable result = new BitmapDrawable(getResources(), tmpBitmap); in constructChipSpan()