Home
last modified time | relevance | path

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

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