OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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();
353
if (
mTutorial
!= null) {
354
mTutorial
.close();
355
mTutorial
= null;
[
all
...]
OpenWnnJAJP.java
413
private TutorialJAJP
mTutorial
;
436
if (
mTutorial
== null) {
440
mTutorial
= new TutorialJAJP(OpenWnnJAJP.this, v, inputManager);
442
mTutorial
.start();
593
if (
mTutorial
!= null) {
594
mTutorial
.close();
595
mTutorial
= null;
[
all
...]
Completed in 47 milliseconds