Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java58 drawables[i] = TintedDrawable.wrap(drawables[i]); in init()
69 left = TintedDrawable.wrap(left); in setCompoundDrawables()
72 top = TintedDrawable.wrap(top); in setCompoundDrawables()
75 right = TintedDrawable.wrap(right); in setCompoundDrawables()
78 bottom = TintedDrawable.wrap(bottom); in setCompoundDrawables()
88 start = TintedDrawable.wrap(start); in setCompoundDrawablesRelative()
91 top = TintedDrawable.wrap(top); in setCompoundDrawablesRelative()
94 end = TintedDrawable.wrap(end); in setCompoundDrawablesRelative()
97 bottom = TintedDrawable.wrap(bottom); in setCompoundDrawablesRelative()
113 if (drawable instanceof TintedDrawable) { in tintDrawables()
[all …]