Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DTooltipPopup.java149 final int tooltipHeight = mContentView.getMeasuredHeight(); in computePosition() local
151 final int yAbove = mTmpAnchorPos[1] + offsetAbove - tooltipOffset - tooltipHeight; in computePosition()
160 if (yBelow + tooltipHeight <= mTmpDisplayFrame.height()) { in computePosition()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTooltipPopup.java168 final int tooltipHeight = mContentView.getMeasuredHeight(); in computePosition() local
170 final int yAbove = mTmpAnchorPos[1] + offsetAbove - tooltipOffset - tooltipHeight; in computePosition()
179 if (yBelow + tooltipHeight <= mTmpDisplayFrame.height()) { in computePosition()