Home
last modified time | relevance | path

Searched refs:bx (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java95 int backgroundResource, int bx, int by, int description, int guide) { in Bubble() argument
98 init(context, inputView, backgroundResource, bx, by, text, guide, false); in Bubble()
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble() argument
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); in Bubble()
107 int bx, int by, CharSequence description, int guide, boolean leftAlign) { in init() argument
109 x = bx; in init()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java97 int backgroundResource, int bx, int by, int description, int guide) { in Bubble() argument
100 init(context, inputView, backgroundResource, bx, by, text, guide, false); in Bubble()
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, in Bubble() argument
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); in Bubble()
109 int bx, int by, CharSequence description, int guide, boolean leftAlign) { in init() argument
111 x = bx; in init()
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DTutorial.java79 int backgroundResource, int bx, int by, int textResource1, int textResource2) { in Bubble() argument
81 x = bx; in Bubble()