OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtutorial
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java
110
private TutorialEN
mTutorial
;
138
if (
mTutorial
== null) {
142
mTutorial
= new TutorialEN(OpenWnnEN.this, v, inputManager);
144
mTutorial
.start();
338
if (
mTutorial
!= null) {
339
mTutorial
.close();
340
mTutorial
= null;
[
all
...]
OpenWnnJAJP.java
387
private TutorialJAJP
mTutorial
;
407
if (
mTutorial
== null) {
411
mTutorial
= new TutorialJAJP(OpenWnnJAJP.this, v, inputManager);
413
mTutorial
.start();
530
if (
mTutorial
!= null) {
531
mTutorial
.close();
532
mTutorial
= null;
829
if (
mTutorial
!= null) {
[
all
...]
Completed in 266 milliseconds