Searched refs:GMT_TEXT_COLOR (Results 1 – 2 of 2) sorted by relevance
35 public static final int GMT_TEXT_COLOR = 0xFF888888; field in TimeZonePickerUtils109 spannableText.setSpan(new ForegroundColorSpan(GMT_TEXT_COLOR), in buildGmtDisplayName()
37 private static final int GMT_TEXT_COLOR = TimeZonePickerUtils.GMT_TEXT_COLOR; field in TimeZoneInfo184 spannableText.setSpan(new ForegroundColorSpan(GMT_TEXT_COLOR), in getGmtDisplayName()