Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java180 return getIconColorForState(getContext(), state); in getColor()
244 public static int getIconColorForState(Context context, int state) { in getIconColorForState() method in QSIconViewImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DGarbageMonitor.java300 paint.setColor(QSIconViewImpl.getIconColorForState(context, STATE_ACTIVE)); in MemoryIconDrawable()