Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java419 int extraVerticalSpace = mArrowHeight + mArrowOffsetVertical + getExtraVerticalOffset(); in orientAboutObject() local
428 int height = getMeasuredHeight() + extraVerticalSpace + childMargins; in orientAboutObject()
469 y = mTempRect.top + iconHeight + extraVerticalSpace; in orientAboutObject()
470 height -= extraVerticalSpace; in orientAboutObject()