Home
last modified time | relevance | path

Searched refs:tooltipHeight (Results 1 – 1 of 1) 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()
163 if (yBelow + tooltipHeight <= mTmpDisplayFrame.height()) { in computePosition()