Searched refs:mPopupPreviewY (Results 1 – 1 of 1) sorted by relevance
182 private int mPopupPreviewY; field in KeyboardView962 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()