Searched refs:popupWidth (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | RoundedArrowDrawable.java | 60 float popupWidth, float popupHeight, in RoundedArrowDrawable() argument 71 clipPopupBodyFromPath(popupRadius, popupWidth, popupHeight, arrowOffsetX, arrowOffsetY, in RoundedArrowDrawable() 147 private static void clipPopupBodyFromPath(float popupRadius, float popupWidth, in clipPopupBodyFromPath() argument 152 0, 0, popupWidth, popupHeight, in clipPopupBodyFromPath()
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
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()
|