Home
last modified time | relevance | path

Searched refs:childDrawable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DTargetDrawable.java131 Drawable childDrawable = d.getCurrent(); in resizeDrawables() local
132 maxWidth = Math.max(maxWidth, childDrawable.getIntrinsicWidth()); in resizeDrawables()
133 maxHeight = Math.max(maxHeight, childDrawable.getIntrinsicHeight()); in resizeDrawables()
142 Drawable childDrawable = d.getCurrent(); in resizeDrawables() local
143 if (DEBUG) Log.v(TAG, "sizing drawable " + childDrawable + " to: " in resizeDrawables()
145 childDrawable.setBounds(0, 0, maxWidth, maxHeight); in resizeDrawables()