Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java196 return getIconColorForState(getContext(), state); in getColor()
252 private static int getIconColorForState(Context context, QSTile.State state) { in getIconColorForState() method in QSIconViewImpl