Searched refs:previewPopup (Results 1 – 1 of 1) sorted by relevance
873 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local905 if (previewPopup.isShowing()) { in showPreview()913 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()927 final PopupWindow previewPopup = mPreviewPopup; in showKey() local988 if (previewPopup.isShowing()) { in showKey()989 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()992 previewPopup.setWidth(popupWidth); in showKey()993 previewPopup.setHeight(popupHeight); in showKey()994 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()