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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 32 public class CandidateView extends View {
68 * Construct a CandidateView for showing suggested words for completion.
72 public CandidateView(Context context) {
SoftKeyboard.java 63 private CandidateView mCandidateView;
136 mCandidateView = new CandidateView(this);

Completed in 6073 milliseconds