Searched refs:mOffsetInWindow (Results 1 – 1 of 1) sorted by relevance
150 private int[] mOffsetInWindow; field in KeyboardView969 if (mOffsetInWindow == null) { in showKey()970 mOffsetInWindow = new int[2]; in showKey()971 getLocationInWindow(mOffsetInWindow); in showKey()972 mOffsetInWindow[0] += mMiniKeyboardOffsetX; in showKey()973 mOffsetInWindow[1] += mMiniKeyboardOffsetY; in showKey()980 mPopupPreviewX += mOffsetInWindow[0]; in showKey()981 mPopupPreviewY += mOffsetInWindow[1]; in showKey()1515 mOffsetInWindow = null;