HomeSort by relevance Sort by last modified time
    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