Searched refs:backgroundResource (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java95 int backgroundResource, int bx, int by, int description, int guide) {
98 init(context, inputView, backgroundResource, bx, by, text, guide, false);
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, argument
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
106 void init(Context context, View inputView, int backgroundResource, argument
108 bubbleBackground = context.getResources().getDrawable(backgroundResource);
94 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java97 int backgroundResource, int bx, int by, int description, int guide) {
100 init(context, inputView, backgroundResource, bx, by, text, guide, false);
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, argument
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
108 void init(Context context, View inputView, int backgroundResource, argument
110 bubbleBackground = context.getResources().getDrawable(backgroundResource);
96 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument

Completed in 182 milliseconds