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