Home
last modified time | relevance | path

Searched refs:CandidateView (Results 1 – 2 of 2) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java32 public class CandidateView extends View { class
72 public CandidateView(Context context) { in CandidateView() method in CandidateView
DSoftKeyboard.java69 private CandidateView mCandidateView;
165 mCandidateView = new CandidateView(getDisplayContext()); in onCreateCandidatesView()