Searched defs:Bubble (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTutorial.java39 private List<Bubble> mBubbles = new ArrayList<Bubble>();
53 Bubble bubba = (Bubble) msg.obj;
60 class Bubble { class in class:Tutorial
73 Bubble(Context context, View inputView, method in class:Tutorial.Bubble
165 Bubble bWelcome = new Bubble(context, inputView,
169 Bubble bAccents = new Bubble(contex
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java60 private List<Bubble> mBubbles = new ArrayList<Bubble>();
74 Bubble bubba = (Bubble) msg.obj;
81 class Bubble { class in class:TutorialEN
94 Bubble(Context context, View inputView, method in class:TutorialEN.Bubble
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, method in class:TutorialEN.Bubble
217 Bubble button;
221 button = new Bubble(context, inputView,
231 button = new Bubble(contex
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java60 private List<Bubble> mBubbles = new ArrayList<Bubble>();
76 Bubble bubba = (Bubble) msg.obj;
83 class Bubble { class in class:TutorialJAJP
96 Bubble(Context context, View inputView, method in class:TutorialJAJP.Bubble
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, method in class:TutorialJAJP.Bubble
221 Bubble button;
227 button = new Bubble(context, inputView,
236 button = new Bubble(contex
[all...]

Completed in 5 milliseconds