Searched refs:mPopupPreviewY (Results 1 – 1 of 1) sorted by relevance
203 private int mPopupPreviewY; field in KeyboardView1063 mPopupPreviewY = key.y - popupHeight + mPreviewOffset; in showKey()1067 mPopupPreviewY = - mPreviewText.getMeasuredHeight(); in showKey()1080 mPopupPreviewY += mCoordinates[1]; in showKey()1084 if (mPopupPreviewY + mCoordinates[1] < 0) { in showKey()1092 mPopupPreviewY += popupHeight; in showKey()1096 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()1102 mPopupPreviewX, mPopupPreviewY); in showKey()