Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java952 int popupWidth = Math.max(mPreviewText.getMeasuredWidth(), key.width in showKey() local
957 lp.width = popupWidth; in showKey()
961 mPopupPreviewX = key.x - (Math.abs(popupWidth - key.width) / 2 ); in showKey()
994 popupWidth, popupHeight); in showKey()
996 previewPopup.setWidth(popupWidth); in showKey()