Home
last modified time | relevance | path

Searched refs:mIme (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DTutorial.java45 private LatinIME mIme; field in Tutorial
167 mIme = ime; in Tutorial()
220 mIme.sendDownUpKeyEvents(-1); // Inform the setupwizard that tutorial is in last bubble in next()
221 mIme.tutorialDone(); in next()
225 mIme.mKeyboardSwitcher.toggleSymbols(); in next()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java62 private OpenWnnEN mIme; field in TutorialEN
208 mIme = ime; in TutorialEN()
246 ImageSpan span = new ImageSpan(mIme, imageResourceId, in setSpan()
272 mIme.sendDownUpKeyEvents(-1); in next()
273 mIme.tutorialDone(); in next()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java63 private OpenWnnJAJP mIme; field in TutorialJAJP
212 mIme = ime; in TutorialJAJP()
318 ImageSpan span = new ImageSpan(mIme, imageResourceId, in setSpan()
344 mIme.sendDownUpKeyEvents(-1); in next()
345 mIme.tutorialDone(); in next()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1285 PinyinIME mIme; field in PinyinIME.ChoiceNotifier
1288 mIme = ime; in ChoiceNotifier()
1293 mIme.onChoiceTouched(choiceId); in onClickChoice()