Searched refs:DST_SYMBOL_COLOR (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerUtils.java36 public static final int DST_SYMBOL_COLOR = 0xFFBFBFBF; field in class:TimeZonePickerUtils
113 spannableText.setSpan(new ForegroundColorSpan(DST_SYMBOL_COLOR),
H A DTimeZoneInfo.java38 private static final int DST_SYMBOL_COLOR = TimeZonePickerUtils.DST_SYMBOL_COLOR; field in class:TimeZoneInfo
180 spannableText.setSpan(new ForegroundColorSpan(DST_SYMBOL_COLOR),

Completed in 1396 milliseconds