HomeSort by relevance Sort by last modified time
    Searched refs:mCandidateView (Results 1 - 2 of 2) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 57 private CandidateView mCandidateView;
122 mCandidateView = new CandidateView(this);
123 mCandidateView.setService(this);
124 return mCandidateView;
556 if (mCandidateView != null) {
557 mCandidateView.setSuggestions(suggestions, completions, typedWordValid);
649 if (mCandidateView != null) {
650 mCandidateView.clear();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 150 private CandidateView mCandidateView;
413 mCandidateView = (CandidateView) mCandidateViewContainer.findViewById(R.id.candidates);
414 mCandidateView.setService(this);
    [all...]

Completed in 128 milliseconds