Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DRoundedArrowDrawable.java60 float popupWidth, float popupHeight, in RoundedArrowDrawable() argument
71 clipPopupBodyFromPath(popupRadius, popupWidth, popupHeight, arrowOffsetX, arrowOffsetY, in RoundedArrowDrawable()
148 float popupHeight, float arrowOffsetX, float arrowOffsetY, Path path) { in clipPopupBodyFromPath() argument
152 0, 0, popupWidth, popupHeight, in clipPopupBodyFromPath()
158 clipPiece.offset(-arrowOffsetX, -popupHeight + arrowOffsetY - 0.5f); in clipPopupBodyFromPath()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1055 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()