Searched refs:setPopupOffset (Results 1 – 1 of 1) sorted by relevance
583 public void setPopupOffset(int x, int y) { in setPopupOffset() method in KeyboardView1127 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()