Home | History | Annotate | Download | only in JAJP

Lines Matching refs:inputView

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);
167 if (inputView.getVisibility() == View.VISIBLE
168 && inputView.getWindowVisibility() == View.VISIBLE) {
190 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
209 public TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) {
211 mInputView = inputView;
214 Context context = inputView.getContext();
215 int inputWidth = inputView.getWidth();
216 Resources r = inputView.getContext().getResources();
227 button = new Bubble(context, inputView,
236 button = new Bubble(context, inputView,
245 button = new Bubble(context, inputView,
254 button = new Bubble(context, inputView,
265 button = new Bubble(context, inputView,
274 button = new Bubble(context, inputView,
279 button = new Bubble(context, inputView,
284 button = new Bubble(context, inputView,
293 button = new Bubble(context, inputView,
303 button = new Bubble(context, inputView,
308 button = new Bubble(context, inputView,