Searched refs:PROPNAME_TEXT_COLOR (Results 1 – 2 of 2) sorted by relevance
42 private static final String PROPNAME_TEXT_COLOR = "android:recolor:textColor"; field in Recolor47 transitionValues.values.put(PROPNAME_TEXT_COLOR, in captureValues()84 int start = (Integer) startValues.values.get(PROPNAME_TEXT_COLOR); in createAnimator()85 int end = (Integer) endValues.values.get(PROPNAME_TEXT_COLOR); in createAnimator()
49 private static final String PROPNAME_TEXT_COLOR = "android:textchange:textColor"; field in ChangeText139 transitionValues.values.put(PROPNAME_TEXT_COLOR, textview.getCurrentTextColor()); in captureValues()207 startColor = (Integer) startVals.get(PROPNAME_TEXT_COLOR); in createAnimator()208 endColor = (Integer) endVals.get(PROPNAME_TEXT_COLOR); in createAnimator()