Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DTooltipPopup.java152 final int yBelow = mTmpAnchorPos[1] + offsetBelow + tooltipOffset; in computePosition() local
157 outParams.y = yBelow; in computePosition()
163 if (yBelow + tooltipHeight <= mTmpDisplayFrame.height()) { in computePosition()
164 outParams.y = yBelow; in computePosition()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DTooltipPopup.java170 final int yBelow = mTmpAnchorPos[1] + offsetBelow + tooltipOffset; in computePosition() local
175 outParams.y = yBelow; in computePosition()
178 if (yBelow + tooltipHeight <= mTmpDisplayFrame.height()) { in computePosition()
179 outParams.y = yBelow; in computePosition()