Searched refs:inputView (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java94 View inputView; field in class:TutorialJAJP.Bubble
96 Bubble(Context context, View inputView, argument
100 init(context, inputView, backgroundResource, bx, by, text, guide, false);
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, argument
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
108 void init(Context context, View inputView, int backgroundResource, argument
113 width = (int) (inputView.getWidth() * 0.9);
121 this.inputView = inputView;
165 int textHeight = chooseSize(window, inputView, tex
209 TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) argument
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java92 View inputView; field in class:TutorialEN.Bubble
94 Bubble(Context context, View inputView, argument
98 init(context, inputView, backgroundResource, bx, by, text, guide, false);
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, argument
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
106 void init(Context context, View inputView, int backgroundResource, argument
111 width = (int) (inputView.getWidth() * 0.9);
119 this.inputView = inputView;
163 int textHeight = chooseSize(window, inputView, tex
206 TutorialEN(OpenWnnEN ime, View inputView, DefaultSoftKeyboardEN inputManager) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DTextDecoratorUi.java61 * @param inputView the view that is passed to {@link InputMethodService#setInputView(View)}.
63 public TextDecoratorUi(final Context context, final View inputView) { argument
79 final ViewGroup contentView = getContentView(inputView);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java201 public void setListener(final Listener listener, final View inputView) { argument
203 mMainKeyboardView = (MainKeyboardView)inputView.findViewById(R.id.keyboard_view);

Completed in 82 milliseconds