Searched refs:TEXT_COLOR (Results 1 – 2 of 2) sorted by relevance
42 private static final int TEXT_COLOR = 0xFFFFFFFF; field in WeightWatcher147 mText.setTextColor(TEXT_COLOR); in ProcessWatcher()
113 private final Property<TextView, Integer> TEXT_COLOR = field in Calculator817 ObjectAnimator.ofArgb(mResultText, TEXT_COLOR, formulaTextColor), in onResult()