Searched refs:offx (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTutorial.java127 void show(int offx, int offy) { argument
134 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth();
141 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java162 void show(int offx, int offy) { argument
169 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth();
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
171 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth();
190 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);

Completed in 6 milliseconds