Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java181 private int mPopupPreviewX; field in KeyboardView
961 mPopupPreviewX = key.x - (Math.abs(popupWidth - key.width) / 2 ); in showKey()
964 mPopupPreviewX = 160 - mPreviewText.getMeasuredWidth() / 2; in showKey()
980 mPopupPreviewX += mOffsetInWindow[0]; in showKey()
985 mPopupPreviewX += (int) (key.width * 2.5); in showKey()
987 mPopupPreviewX -= (int) (key.width * 2.5); in showKey()
993 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
999 mPopupPreviewX, mPopupPreviewY); in showKey()