Home
last modified time | relevance | path

Searched refs:mPreviewPopup (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java146 private PopupWindow mPreviewPopup; field in KeyboardView
345 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 …]