Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DTooltipPopup.java111 final int offsetAbove; in computePosition() local
117 offsetAbove = anchorY - offsetExtra; in computePosition()
121 offsetAbove = 0; // Place above the view if the tooltip does not fit below. in computePosition()
151 final int yAbove = mTmpAnchorPos[1] + offsetAbove - tooltipOffset - tooltipHeight; in computePosition()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTooltipPopup.java119 final int offsetAbove; in computePosition() local
125 offsetAbove = anchorY - offsetExtra; in computePosition()
129 offsetAbove = 0; // Place above the view if the tooltip does not fit below. in computePosition()
170 final int yAbove = mTmpAnchorPos[1] + offsetAbove - tooltipOffset - tooltipHeight; in computePosition()