Searched refs:leftDrawable (Results 1 – 1 of 1) sorted by relevance
511 Drawable leftDrawable = drawables[0]; in getLeftCompoundDrawableWidthWithPadding() local512 if (leftDrawable == null) return 0; in getLeftCompoundDrawableWidthWithPadding()514 return leftDrawable.getBounds().width() + button.getCompoundDrawablePadding(); in getLeftCompoundDrawableWidthWithPadding()