Searched refs:bitmapDrawable (Results 1 – 4 of 4) sorted by relevance
230 BitmapDrawable bitmapDrawable = listViewItemDrawables.get(itemId); in addRow()232 bitmapDrawable.setBounds(startBounds); in addRow()238 ObjectAnimator animation = ObjectAnimator.ofObject(bitmapDrawable, in addRow()258 mCellBitmapDrawables.add(bitmapDrawable); in addRow()298 for (BitmapDrawable bitmapDrawable: mCellBitmapDrawables) { in dispatchDraw()299 bitmapDrawable.draw(canvas); in dispatchDraw()
103 private BitmapDrawable bitmapWithBorder(BitmapDrawable bitmapDrawable) { in bitmapWithBorder() argument104 Bitmap bitmapWithBorder = Bitmap.createBitmap(bitmapDrawable.getIntrinsicWidth() + in bitmapWithBorder()105 ANTIALIAS_BORDER * 2, bitmapDrawable.getIntrinsicHeight() + ANTIALIAS_BORDER * 2, in bitmapWithBorder()108 canvas.drawBitmap(bitmapDrawable.getBitmap(), ANTIALIAS_BORDER, ANTIALIAS_BORDER, null); in bitmapWithBorder()
52 final BitmapDrawable bitmapDrawable = (BitmapDrawable) d; in onResolvePointerIcon() local55 mCustomIcon = PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY); in onResolvePointerIcon()
248 BitmapDrawable bitmapDrawable = new BitmapDrawable(getResources(), pixelatedBitmap); in builtInPixelization() local249 bitmapDrawable.setFilterBitmap(false); in builtInPixelization()250 return bitmapDrawable; in builtInPixelization()