Home
last modified time | relevance | path

Searched refs:previewPopup (Results 1 – 1 of 1) 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()