OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPAN_TEXTCOLOR
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java
56
private static final CharacterStyle
SPAN_TEXTCOLOR
= new ForegroundColorSpan(0xFF000000);
842
mDisplayText.setSpan(
SPAN_TEXTCOLOR
, 0, disp.length(),
[
all
...]
OpenWnnJAJP.java
107
private static final CharacterStyle
SPAN_TEXTCOLOR
= new ForegroundColorSpan(0xFF000000);
[
all
...]
Completed in 2718 milliseconds