Searched refs:previewPopup (Results 1 – 2 of 2) 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()
987 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local1010 if (previewPopup.isShowing()) { in showPreview()1018 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()1031 final PopupWindow previewPopup = mPreviewPopup; in showKey() local1094 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()