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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Tutorial.java 71 View inputView;
73 Bubble(Context context, View inputView,
78 width = (int) (inputView.getWidth() * 0.9);
86 this.inputView = inputView;
128 int textHeight = chooseSize(window, inputView, text, textView);
130 if (inputView.getVisibility() == View.VISIBLE
131 && inputView.getWindowVisibility() == View.VISIBLE) {
141 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
160 public Tutorial(LatinIME ime, LatinKeyboardView inputView) {
    [all...]
LatinIME.java 552 LatinKeyboardView inputView = mKeyboardSwitcher.getInputView();
554 if (inputView == null) {
660 inputView.closing();
677 inputView.setPreviewEnabled(mPopupOn);
678 inputView.setProximityCorrectionEnabled(true);
    [all...]
  /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...]

Completed in 151 milliseconds