Home
last modified time | relevance | path

Searched defs:inputView (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java94 View inputView; field in TutorialJAJP.Bubble
96 Bubble(Context context, View inputView, in Bubble()
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble()
108 void init(Context context, View inputView, int backgroundResource, in init()
209 public TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) { in TutorialJAJP()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java92 View inputView; field in TutorialEN.Bubble
94 Bubble(Context context, View inputView, in Bubble()
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble()
106 void init(Context context, View inputView, int backgroundResource, in init()
206 public TutorialEN(OpenWnnEN ime, View inputView, DefaultSoftKeyboardEN inputManager) { in TutorialEN()
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
DCarDrawerActivity.java407 EditText inputView = mUiController.startInput(hint, onClickListener); in startInput() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java187 public void setListener(final Listener listener, final View inputView) { in setListener()