Searched refs:mPreviewPopup (Results 1 – 1 of 1) sorted by relevance
146 private PopupWindow mPreviewPopup; field in KeyboardView345 mPreviewPopup = new PopupWindow(context); in KeyboardView()349 mPreviewPopup.setContentView(mPreviewText); in KeyboardView()350 mPreviewPopup.setBackgroundDrawable(null); in KeyboardView()355 mPreviewPopup.setTouchable(false); in KeyboardView()586 if (mPreviewPopup.isShowing()) { in setPopupOffset()587 mPreviewPopup.dismiss(); in setPopupOffset()890 final PopupWindow previewPopup = mPreviewPopup; in showPreview()926 final PopupWindow previewPopup = mPreviewPopup; in showKey()1336 if (mPreviewPopup.isShowing()) { in closing()[all …]