Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java873 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local
905 if (previewPopup.isShowing()) { in showPreview()
913 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()
927 final PopupWindow previewPopup = mPreviewPopup; in showKey() local
988 if (previewPopup.isShowing()) { in showKey()
989 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
992 previewPopup.setWidth(popupWidth); in showKey()
993 previewPopup.setHeight(popupHeight); in showKey()
994 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()