Searched refs:previewPopup (Results 1 – 1 of 1) sorted by relevance
988 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local1011 if (previewPopup.isShowing()) { in showPreview()1019 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()1032 final PopupWindow previewPopup = mPreviewPopup; in showKey() local1095 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()