Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java301 @ColorInt int getDrawableBackgroundColor() { in getDrawableBackgroundColor() method in KeyButtonDrawable
DKeyButtonView.java354 mOvalBgPaint.setColor(keyButtonDrawable.getDrawableBackgroundColor()); in setImageDrawable()