Searched refs:mTutorial (Results 1 – 3 of 3) sorted by relevance
110 private TutorialEN mTutorial; field in OpenWnnEN138 if (mTutorial == null) {142 mTutorial = new TutorialEN(OpenWnnEN.this, v, inputManager);144 mTutorial.start();338 if (mTutorial != null) { in hideWindow()339 mTutorial.close(); in hideWindow()340 mTutorial = null; in hideWindow()1016 if ((mTutorial == null) && mEnableTutorial) startTutorial(); in checkTutorial()1018 if (mTutorial != null) { in checkTutorial()1019 if (mTutorial.close()) { in checkTutorial()[all …]
387 private TutorialJAJP mTutorial; field in OpenWnnJAJP404 if (mTutorial == null) {408 mTutorial = new TutorialJAJP(OpenWnnJAJP.this, v, inputManager);410 mTutorial.start();525 if (mTutorial != null) { in hideWindow()526 mTutorial.close(); in hideWindow()527 mTutorial = null; in hideWindow()805 if (mTutorial != null) { in onEvent()2485 if ((mTutorial == null) && mEnableTutorial) startTutorial(); in checkTutorial()2487 if (mTutorial != null) { in checkTutorial()[all …]
135 private Tutorial mTutorial; field in LatinIME156 if (mTutorial == null) {158 mTutorial = new Tutorial(LatinIME.this, mInputView);159 mTutorial.start();399 if (mTutorial != null) { in hideWindow()400 mTutorial.close(); in hideWindow()401 mTutorial = null; in hideWindow()457 } else if (mTutorial != null) { in onKeyDown()458 mTutorial.close(); in onKeyDown()459 mTutorial = null; in onKeyDown()[all …]