Searched refs:offy (Results 1 – 2 of 2) sorted by relevance
162 void show(int offx, int offy) { in show() argument164 offy -= textView.getPaddingTop() + textHeight; in show()168 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight(); in show()187 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy); in show()
164 void show(int offx, int offy) { in show() argument166 offy -= textView.getPaddingTop() + textHeight; in show()170 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight(); in show()190 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy); in show()