Home
last modified time | relevance | path

Searched refs:offx (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java162 void show(int offx, int offy) { in show() argument
169 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth(); in show()
187 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy); in show()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java164 void show(int offx, int offy) { in show() argument
171 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth(); in show()
190 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy); in show()