Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DTooltipPopup.java98 final int tooltipPreciseAnchorThreshold = mContext.getResources().getDimensionPixelOffset( in computePosition() local
102 if (anchorView.getWidth() >= tooltipPreciseAnchorThreshold) { in computePosition()
112 if (anchorView.getHeight() >= tooltipPreciseAnchorThreshold) { in computePosition()