Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java182 private int mPopupPreviewY; field in KeyboardView
962 mPopupPreviewY = key.y - popupHeight + mPreviewOffset; in showKey()
965 mPopupPreviewY = - mPreviewText.getMeasuredHeight(); in showKey()
967 mPopupPreviewY = mPopupPreviewY + 20; in showKey()
981 mPopupPreviewY += mOffsetInWindow[1]; in showKey()
983 if (mPopupPreviewY + mWindowY < 0) { in showKey()
989 mPopupPreviewY += popupHeight; in showKey()
993 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
999 mPopupPreviewX, mPopupPreviewY); in showKey()