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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 94 View inputView;
96 Bubble(Context context, View inputView,
100 init(context, inputView, backgroundResource, bx, by, text, guide, false);
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by,
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
108 void init(Context context, View inputView, int backgroundResource,
113 width = (int) (inputView.getWidth() * 0.9);
121 this.inputView = inputView;
165 int textHeight = chooseSize(window, inputView, text, textView)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 92 View inputView;
94 Bubble(Context context, View inputView,
98 init(context, inputView, backgroundResource, bx, by, text, guide, false);
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by,
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
106 void init(Context context, View inputView, int backgroundResource,
111 width = (int) (inputView.getWidth() * 0.9);
119 this.inputView = inputView;
163 int textHeight = chooseSize(window, inputView, text, textView)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 642 LatinKeyboardView inputView = switcher.getKeyboardView();
685 if (inputView == null) {
705 inputView.closing();
729 inputView.setKeyPreviewPopupEnabled(mSettingsValues.mKeyPreviewPopupOn,
731 inputView.setProximityCorrectionEnabled(true);
743 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView();
744 if (inputView != null) inputView.closing();
752 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView();
753 if (inputView != null) inputView.closing()
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 132 final View inputView = inflater.inflate(R.layout.input_view, vg);
133 mLatinIME.setInputView(inputView);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionsView.java 667 public void setListener(Listener listener, View inputView) {
669 mKeyboardView = (KeyboardView)inputView.findViewById(R.id.keyboard_view);
    [all...]

Completed in 604 milliseconds