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