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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 59 private LatinKeyboardView mInputView;
114 mInputView = (LatinKeyboardView) getLayoutInflater().inflate(
116 mInputView.setOnKeyboardActionListener(this);
117 mInputView.setKeyboard(mQwertyKeyboard);
118 return mInputView;
242 if (mInputView != null) {
243 mInputView.closing();
250 mInputView.setKeyboard(mCurKeyboard);
251 mInputView.closing();
253 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 52 protected View mInputView;
162 mInputView = inflater.inflate(R.layout.input_view, vg);
164 mLatinIME.setInputView(mInputView);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 300 View mInputView;
709 mInputView = null;
    [all...]

Completed in 642 milliseconds