Home
last modified time | relevance | path

Searched refs:appendStyled (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java121 appendStyled(title, "Stylized", new StyleSpan(Typeface.BOLD_ITALIC)); in buildNotification()
124 appendStyled(text, "C", new ForegroundColorSpan(Color.RED)); in buildNotification()
125 appendStyled(text, "O", new ForegroundColorSpan(Color.GREEN)); in buildNotification()
126 appendStyled(text, "L", new ForegroundColorSpan(Color.BLUE)); in buildNotification()
127 appendStyled(text, "O", new ForegroundColorSpan(Color.YELLOW)); in buildNotification()
128 appendStyled(text, "R", new ForegroundColorSpan(Color.MAGENTA)); in buildNotification()
129 appendStyled(text, "S", new ForegroundColorSpan(Color.CYAN)); in buildNotification()
131 appendStyled(text, "1.25x size", new RelativeSizeSpan(1.25f)); in buildNotification()
133 appendStyled(text, "0.75x size", new RelativeSizeSpan(0.75f)); in buildNotification()
135 appendStyled(text, "underline", new UnderlineSpan()); in buildNotification()
[all …]
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java125 appendStyled(title, "Stylized", new StyleSpan(Typeface.BOLD_ITALIC)); in buildNotifications()
128 appendStyled(text, "C", new ForegroundColorSpan(Color.RED)); in buildNotifications()
129 appendStyled(text, "O", new ForegroundColorSpan(Color.GREEN)); in buildNotifications()
130 appendStyled(text, "L", new ForegroundColorSpan(Color.BLUE)); in buildNotifications()
131 appendStyled(text, "O", new ForegroundColorSpan(Color.YELLOW)); in buildNotifications()
132 appendStyled(text, "R", new ForegroundColorSpan(Color.MAGENTA)); in buildNotifications()
133 appendStyled(text, "S", new ForegroundColorSpan(Color.CYAN)); in buildNotifications()
135 appendStyled(text, "1.25x size", new RelativeSizeSpan(1.25f)); in buildNotifications()
137 appendStyled(text, "0.75x size", new RelativeSizeSpan(0.75f)); in buildNotifications()
139 appendStyled(text, "underline", new UnderlineSpan()); in buildNotifications()
[all …]