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

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

Completed in 13 milliseconds