Searched refs:popupWidth (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | RoundedArrowDrawable.java | 60 float popupWidth, float popupHeight, in RoundedArrowDrawable() argument 71 clipPopupBodyFromPath(popupRadius, popupWidth, popupHeight, arrowOffsetX, arrowOffsetY, in RoundedArrowDrawable() 173 private static void clipPopupBodyFromPath(float popupRadius, float popupWidth, in clipPopupBodyFromPath() argument 178 0, 0, popupWidth, popupHeight, in clipPopupBodyFromPath()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 946 int popupWidth = Math.max(mPreviewText.getMeasuredWidth(), key.width in showKey() local 951 lp.width = popupWidth; in showKey() 988 popupWidth, popupHeight); in showKey() 990 previewPopup.setWidth(popupWidth); in showKey()
|
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
H A D | KeyboardView.java | 1053 int popupWidth = Math.max(mPreviewText.getMeasuredWidth(), key.width in showKey() local 1058 lp.width = popupWidth; in showKey() 1097 popupWidth, popupHeight); in showKey() 1099 previewPopup.setWidth(popupWidth); in showKey()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AutoCompleteTextView.java | 261 final int popupWidth = pa.getLayoutDimension( in AutoCompleteTextView() local 283 mPopup.setWidth(popupWidth); in AutoCompleteTextView()
|