OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STYLE_BOLD
(Results
1 - 3
of
3
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListItem.java
45
private static final StyleSpan
STYLE_BOLD
= new StyleSpan(Typeface.BOLD);
93
buf.setSpan(
STYLE_BOLD
, 0, buf.length(),
/packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java
64
private static final StyleSpan
STYLE_BOLD
= new StyleSpan(Typeface.BOLD);
132
buf.setSpan(
STYLE_BOLD
, 0, buf.length(),
MessageListItem.java
84
private static final StyleSpan
STYLE_BOLD
= new StyleSpan(Typeface.BOLD);
Completed in 214 milliseconds