Searched refs:Bubble (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | TutorialJAJP.java | 60 private List<Bubble> mBubbles = new ArrayList<Bubble>(); 76 Bubble bubba = (Bubble) msg.obj; 83 class Bubble { class in TutorialJAJP 96 Bubble(Context context, View inputView, in Bubble() method in TutorialJAJP.Bubble 103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble() method in TutorialJAJP.Bubble 221 Bubble button; in TutorialJAJP() 227 button = new Bubble(context, inputView, in TutorialJAJP() 236 button = new Bubble(context, inputView, in TutorialJAJP() 245 button = new Bubble(context, inputView, in TutorialJAJP() 254 button = new Bubble(context, inputView, in TutorialJAJP() [all …]
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
D | TutorialEN.java | 60 private List<Bubble> mBubbles = new ArrayList<Bubble>(); 74 Bubble bubba = (Bubble) msg.obj; 81 class Bubble { class in TutorialEN 94 Bubble(Context context, View inputView, in Bubble() method in TutorialEN.Bubble 101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble() method in TutorialEN.Bubble 217 Bubble button; in TutorialEN() 221 button = new Bubble(context, inputView, in TutorialEN() 231 button = new Bubble(context, inputView, in TutorialEN() 236 button = new Bubble(context, inputView, in TutorialEN()
|