Searched refs:Bubble (Results 1 - 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | Tutorial.java | 40 private List<Bubble> mBubbles = new ArrayList<Bubble>(); 58 Bubble bubba = (Bubble) msg.obj; 65 class Bubble { class in class:Tutorial 78 Bubble(Context context, View inputView, method in class:Tutorial.Bubble 172 Bubble bWelcome = new Bubble(context, inputView, 176 Bubble bAccents = new Bubble(contex [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
H A D | TutorialJAJP.java | 60 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...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
H A D | TutorialEN.java | 60 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...] |
Completed in 54 milliseconds