Searched refs:childDrawable (Results 1 – 1 of 1) sorted by relevance
133 Drawable childDrawable = d.getCurrent(); in resizeDrawables() local134 maxWidth = Math.max(maxWidth, childDrawable.getIntrinsicWidth()); in resizeDrawables()135 maxHeight = Math.max(maxHeight, childDrawable.getIntrinsicHeight()); in resizeDrawables()144 Drawable childDrawable = d.getCurrent(); in resizeDrawables() local145 if (DEBUG) Log.v(TAG, "sizing drawable " + childDrawable + " to: " in resizeDrawables()147 childDrawable.setBounds(0, 0, maxWidth, maxHeight); in resizeDrawables()