Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java150 private int[] mOffsetInWindow; field in KeyboardView
969 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;