Searched refs:mPreviewPopup (Results 1 – 2 of 2) sorted by relevance
153 private PopupWindow mPreviewPopup; field in KeyboardView335 mPreviewPopup = new PopupWindow(context); in KeyboardView()339 mPreviewPopup.setContentView(mPreviewText); in KeyboardView()340 mPreviewPopup.setBackgroundDrawable(null); in KeyboardView()345 mPreviewPopup.setTouchable(false); in KeyboardView()569 if (mPreviewPopup.isShowing()) { in setPopupOffset()570 mPreviewPopup.dismiss(); in setPopupOffset()873 final PopupWindow previewPopup = mPreviewPopup; in showPreview()927 final PopupWindow previewPopup = mPreviewPopup; in showKey()1398 if (mPreviewPopup.isShowing()) { in closing()[all …]
22738 Landroid/inputmethodservice/KeyboardView;->mPreviewPopup:Landroid/widget/PopupWindow;