Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java110 final int offsetBelow; in computePosition() local
116 offsetBelow = anchorY + offsetExtra; in computePosition()
120 offsetBelow = anchorView.getHeight(); // Place below the view in most cases. in computePosition()
152 final int yBelow = mTmpAnchorPos[1] + offsetBelow + tooltipOffset; in computePosition()