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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java162 void show(int offx, int offy) { argument
164 offy -= textView.getPaddingTop() + textHeight;
168 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight();
187 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java164 void show(int offx, int offy) { argument
166 offy -= textView.getPaddingTop() + textHeight;
170 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight();
190 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);

Completed in 11 milliseconds