Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java203 private int mPopupPreviewY; field in KeyboardView
1063 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()