Home
last modified time | relevance | path

Searched refs:popupWidth (Results 1 – 2 of 2) 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()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1052 int popupWidth = Math.max(mPreviewText.getMeasuredWidth(), key.width in showKey() local
1057 lp.width = popupWidth; in showKey()
1096 popupWidth, popupHeight); in showKey()
1098 previewPopup.setWidth(popupWidth); in showKey()