Searched refs:getDrawableBounds (Results 1 – 2 of 2) sorted by relevance
61 Rect bounds = getDrawableBounds(d); in createDragBitmapLegacy()77 Rect bounds = getDrawableBounds(d); in drawDragViewOnBackground()88 int iconSize = getDrawableBounds(mView.getBackground()).width(); in getScaleAndPosition()
141 protected static Rect getDrawableBounds(Drawable d) { in getDrawableBounds() method in DragPreviewProvider