Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java153 private PopupWindow mPreviewPopup; field in KeyboardView
335 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22738 Landroid/inputmethodservice/KeyboardView;->mPreviewPopup:Landroid/widget/PopupWindow;