Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java851 final PopupWindow previewPopup = mPreviewPopup; in showPreview() local
883 if (previewPopup.isShowing()) { in showPreview()
891 if (previewPopup.isShowing() && mPreviewText.getVisibility() == VISIBLE) { in showPreview()
904 final PopupWindow previewPopup = mPreviewPopup; in showKey() local
965 if (previewPopup.isShowing()) { in showKey()
966 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
969 previewPopup.setWidth(popupWidth); in showKey()
970 previewPopup.setHeight(popupHeight); in showKey()
971 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()