Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java890 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local
906 if (previewPopup.isShowing()) { in showPreview()
914 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()
926 final PopupWindow previewPopup = mPreviewPopup; in showKey() local
992 if (previewPopup.isShowing()) { in showKey()
993 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
996 previewPopup.setWidth(popupWidth); in showKey()
997 previewPopup.setHeight(popupHeight); in showKey()
998 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java987 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local
1010 if (previewPopup.isShowing()) { in showPreview()
1018 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()
1031 final PopupWindow previewPopup = mPreviewPopup; in showKey() local
1094 if (previewPopup.isShowing()) { in showKey()
1095 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
1098 previewPopup.setWidth(popupWidth); in showKey()
1099 previewPopup.setHeight(popupHeight); in showKey()
1100 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()