Searched refs:mOffsetInWindow (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java150 private int[] mOffsetInWindow; field in class:KeyboardView
969 if (mOffsetInWindow == null) {
970 mOffsetInWindow = new int[2];
971 getLocationInWindow(mOffsetInWindow);
972 mOffsetInWindow[0] += mMiniKeyboardOffsetX;
973 mOffsetInWindow[1] += mMiniKeyboardOffsetY;
980 mPopupPreviewX += mOffsetInWindow[0];
981 mPopupPreviewY += mOffsetInWindow[1];
1515 mOffsetInWindow = null;

Completed in 17 milliseconds