Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java988 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local
1011 if (previewPopup.isShowing()) { in showPreview()
1019 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()
1032 final PopupWindow previewPopup = mPreviewPopup; in showKey() local
1095 if (previewPopup.isShowing()) { in showKey()
1096 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
1099 previewPopup.setWidth(popupWidth); in showKey()
1100 previewPopup.setHeight(popupHeight); in showKey()
1101 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()