Searched refs:popupHeight (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() 174 float popupHeight, float arrowOffsetX, float arrowOffsetY, Path path) { in clipPopupBodyFromPath() argument 178 0, 0, popupWidth, popupHeight, in clipPopupBodyFromPath() 184 clipPiece.offset(-arrowOffsetX, -popupHeight + arrowOffsetY - 0.5f); in clipPopupBodyFromPath()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 948 final int popupHeight = mPreviewHeight; in showKey() local 952 lp.height = popupHeight; in showKey() 956 mPopupPreviewY = key.y - popupHeight + mPreviewOffset; in showKey() 983 mPopupPreviewY += popupHeight; in showKey() 988 popupWidth, popupHeight); in showKey() 991 previewPopup.setHeight(popupHeight); in showKey()
|
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
H A D | KeyboardView.java | 1055 final int popupHeight = mPreviewHeight; in showKey() local 1059 lp.height = popupHeight; in showKey() 1063 mPopupPreviewY = key.y - popupHeight + mPreviewOffset; in showKey() 1092 mPopupPreviewY += popupHeight; in showKey() 1097 popupWidth, popupHeight); in showKey() 1100 previewPopup.setHeight(popupHeight); in showKey()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AutoCompleteTextView.java | 263 final int popupHeight = pa.getLayoutDimension( in AutoCompleteTextView() local 284 mPopup.setHeight(popupHeight); in AutoCompleteTextView()
|