Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DRoundedArrowDrawable.java60 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 DKeyboardView.java946 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 DKeyboardView.java1053 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 DAutoCompleteTextView.java261 final int popupWidth = pa.getLayoutDimension( in AutoCompleteTextView() local
283 mPopup.setWidth(popupWidth); in AutoCompleteTextView()