Searched refs:mPopupPreviewY (Results 1 – 2 of 2) sorted by relevance
189 private int mPopupPreviewY; field in KeyboardView958 mPopupPreviewY = key.y - popupHeight + mPreviewOffset; in showKey()962 mPopupPreviewY = - mPreviewText.getMeasuredHeight(); in showKey()973 mPopupPreviewY += mCoordinates[1]; in showKey()977 if (mPopupPreviewY + mCoordinates[1] < 0) { in showKey()985 mPopupPreviewY += popupHeight; in showKey()989 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()995 mPopupPreviewX, mPopupPreviewY); in showKey()
22730 Landroid/inputmethodservice/KeyboardView;->mPopupPreviewY:I