Searched refs:offx (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | Tutorial.java | 132 void show(int offx, int offy) { in show() argument 139 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth(); in show() 146 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy); in show()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
D | TutorialEN.java | 162 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/ |
D | TutorialJAJP.java | 164 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()
|