OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mrecommendedcandidatecolor
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java
140
private int
mRecommendedCandidateColor
;
144
* {@link #mImeCandidateColor} or {@link #
mRecommendedCandidateColor
}.
243
mRecommendedCandidateColor
= r.getColor(R.color.recommended_candidate_color);
286
mNormalCandidateColor =
mRecommendedCandidateColor
;
Completed in 93 milliseconds