Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java165 private final PopupWindow mPreviewPopup; field in KeyboardView
349 mPreviewPopup = new PopupWindow(context); in KeyboardView()
353 mPreviewPopup.setContentView(mPreviewText); in KeyboardView()
354 mPreviewPopup.setBackgroundDrawable(null); in KeyboardView()
359 mPreviewPopup.setTouchable(false); in KeyboardView()
619 if (mPreviewPopup.isShowing()) { in setPopupOffset()
620 mPreviewPopup.dismiss(); in setPopupOffset()
988 final PopupWindow previewPopup = mPreviewPopup; in showPreview()
1032 final PopupWindow previewPopup = mPreviewPopup; in showKey()
1421 if (mPreviewPopup.isShowing()) { in closing()
[all …]