Searched refs:mPreviewPopup (Results 1 – 2 of 2) 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 …]
95 private final PopupWindow mPreviewPopup; field in SuggestionsView613 mPreviewPopup = new PopupWindow(context); in SuggestionsView()615 mPreviewPopup.setWindowLayoutMode( in SuggestionsView()617 mPreviewPopup.setContentView(mPreviewText); in SuggestionsView()618 mPreviewPopup.setBackgroundDrawable(null); in SuggestionsView()718 mPreviewPopup.dismiss(); in hidePreview()