Searched refs:mWindowOffset (Results 1 – 1 of 1) sorted by relevance
160 private int[] mWindowOffset; field in KeyboardView1117 if (mWindowOffset == null) { in onLongPress()1118 mWindowOffset = new int[2]; in onLongPress()1119 getLocationInWindow(mWindowOffset); in onLongPress()1125 final int x = mPopupX + mMiniKeyboardContainer.getPaddingRight() + mWindowOffset[0]; in onLongPress()1126 final int y = mPopupY + mMiniKeyboardContainer.getPaddingBottom() + mWindowOffset[1]; in onLongPress()