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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java256 final LatinKeyboardView inputView = switcher.getKeyboardView(); in handleMessage() local
333 final LatinKeyboardView inputView = latinIme.mKeyboardSwitcher.getKeyboardView(); in startDisplayLanguageOnSpacebar() local
691 LatinKeyboardView inputView = switcher.getKeyboardView(); in onStartInputViewInternal() local
832 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView(); in onWindowHidden() local
843 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView(); in onFinishInputInternal() local
852 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView(); in onFinishInputViewInternal() local
1018 final KeyboardView inputView = mKeyboardSwitcher.getKeyboardView(); in onComputeInsets() local
1581 LatinKeyboardView inputView = mKeyboardSwitcher.getKeyboardView(); in handleClose() local
2206 LatinKeyboardView inputView = mKeyboardSwitcher.getKeyboardView(); in vibrate() local
DSuggestionsView.java546 public void setListener(Listener listener, View inputView) { in setListener()