Searched refs:getTextColor (Results 1 – 2 of 2) sorted by relevance
120 mPaint.setColor(getTextColor()); in drawOutlinedText()142 public int getTextColor() { in getTextColor() method in IconView
692 int colorPrimary = getTextColor(true, useEnabledBackground, sensorBlockedByAdmin);693 int colorSecondary = getTextColor(false, useEnabledBackground, sensorBlockedByAdmin);725 private int getTextColor(boolean primary, boolean inverse, boolean useLowerOpacity) {