Searched refs:getIconColorForState (Results 1 – 2 of 2) sorted by relevance
180 return getIconColorForState(getContext(), state); in getColor()244 public static int getIconColorForState(Context context, int state) { in getIconColorForState() method in QSIconViewImpl
300 paint.setColor(QSIconViewImpl.getIconColorForState(context, STATE_ACTIVE)); in MemoryIconDrawable()