Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java248 final int popupWidth = pa.getLayoutDimension( in AutoCompleteTextView() local
270 mPopup.setWidth(popupWidth); in AutoCompleteTextView()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java935 int popupWidth = Math.max(mPreviewText.getMeasuredWidth(), key.width in showKey() local
940 lp.width = popupWidth; in showKey()
977 popupWidth, popupHeight); in showKey()
979 previewPopup.setWidth(popupWidth); in showKey()