Searched refs:inputView (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | TutorialJAJP.java | 94 View inputView; field in TutorialJAJP.Bubble 96 Bubble(Context context, View inputView, in Bubble() argument 100 init(context, inputView, backgroundResource, bx, by, text, guide, false); in Bubble() 103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble() argument 105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); in Bubble() 108 void init(Context context, View inputView, int backgroundResource, in init() argument 113 width = (int) (inputView.getWidth() * 0.9); in init() 121 this.inputView = inputView; in init() 165 int textHeight = chooseSize(window, inputView, text, textView); in show() 167 if (inputView.getVisibility() == View.VISIBLE in show() [all …]
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
D | TutorialEN.java | 92 View inputView; field in TutorialEN.Bubble 94 Bubble(Context context, View inputView, in Bubble() argument 98 init(context, inputView, backgroundResource, bx, by, text, guide, false); in Bubble() 101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble() argument 103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); in Bubble() 106 void init(Context context, View inputView, int backgroundResource, in init() argument 111 width = (int) (inputView.getWidth() * 0.9); in init() 119 this.inputView = inputView; in init() 163 int textHeight = chooseSize(window, inputView, text, textView); in show() 165 if (inputView.getVisibility() == View.VISIBLE in show() [all …]
|
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/ |
D | CarDrawerActivity.java | 407 EditText inputView = mUiController.startInput(hint, onClickListener); in startInput() local 408 getInputManager().startInput(inputView); in startInput() 409 mSearchBoxView = inputView; in startInput()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripView.java | 187 public void setListener(final Listener listener, final View inputView) { in setListener() argument 189 mMainKeyboardView = (MainKeyboardView)inputView.findViewById(R.id.keyboard_view); in setListener()
|