Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java511 Drawable leftDrawable = drawables[0]; in getLeftCompoundDrawableWidthWithPadding() local
512 if (leftDrawable == null) return 0; in getLeftCompoundDrawableWidthWithPadding()
514 return leftDrawable.getBounds().width() + button.getCompoundDrawablePadding(); in getLeftCompoundDrawableWidthWithPadding()