Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java241 iconDrawable = checkTint(iconDrawable, backgroundColor); in buildIconWithTint()
247 private Drawable checkTint(Drawable iconDrawable, int backgroundColor) { in checkTint() method in BubbleView