HomeSort by relevance Sort by last modified time
    Searched defs:PROPNAME_TEXT_COLOR (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/transition/
Recolor.java 43 private static final String PROPNAME_TEXT_COLOR = "android:recolor:textColor";
54 transitionValues.values.put(PROPNAME_TEXT_COLOR,
91 int start = (Integer) startValues.values.get(PROPNAME_TEXT_COLOR);
92 int end = (Integer) endValues.values.get(PROPNAME_TEXT_COLOR);
ChangeText.java 49 private static final String PROPNAME_TEXT_COLOR = "android:textchange:textColor";
139 transitionValues.values.put(PROPNAME_TEXT_COLOR, textview.getCurrentTextColor());
207 startColor = (Integer) startVals.get(PROPNAME_TEXT_COLOR);
208 endColor = (Integer) endVals.get(PROPNAME_TEXT_COLOR);

Completed in 5625 milliseconds