Searched refs:previewPopup (Results 1 – 1 of 1) sorted by relevance
890 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local906 if (previewPopup.isShowing()) { in showPreview()914 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()926 final PopupWindow previewPopup = mPreviewPopup; in showKey() local992 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()