HomeSort by relevance Sort by last modified time
    Searched defs:CandidateView (Results 1 - 3 of 3) 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) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 41 public class CandidateView extends View {
92 * Construct a CandidateView for showing suggested words for completion.
96 public CandidateView(Context context, AttributeSet attrs) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 41 public class CandidateView extends View {
227 public CandidateView(Context context, AttributeSet attrs) {

Completed in 186 milliseconds