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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 62 private LatinKeyboardView mInputView;
117 mInputView = (LatinKeyboardView) getLayoutInflater().inflate(
119 mInputView.setOnKeyboardActionListener(this);
121 return mInputView;
128 mInputView.setKeyboard(nextKeyboard);
252 if (mInputView != null) {
253 mInputView.closing();
261 mInputView.closing();
263 mInputView.setSubtypeOnSpaceKey(subtype);
268 mInputView.setSubtypeOnSpaceKey(subtype)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 61 private View mInputView;
176 mInputView.setOnTouchListener(null);
207 mInputView = inputView;
254 mInputView.getLocationInWindow(mLocation);
256 mInputView.setOnTouchListener(this);
286 mInputView.setOnTouchListener(null);
299 mInputView.setOnTouchListener(null);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 62 private View mInputView;
179 mInputView.setOnTouchListener(null);
211 mInputView = inputView;
326 mInputView.getLocationInWindow(mLocation);
328 mInputView.setOnTouchListener(this);
368 mInputView.setOnTouchListener(null);
381 mInputView.setOnTouchListener(null);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 79 protected View mInputView;
221 mInputView = inflater.inflate(R.layout.input_view, vg);
224 mLatinIME.setInputView(mInputView);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 155 private View mInputView;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 402 View mInputView;
    [all...]

Completed in 201 milliseconds