Home
last modified time | relevance | path

Searched refs:tooltipPreciseAnchorThreshold (Results 1 – 2 of 2) 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()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTooltipPopup.java106 final int tooltipPreciseAnchorThreshold = mContext.getResources().getDimensionPixelOffset( in computePosition() local
110 if (anchorView.getWidth() >= tooltipPreciseAnchorThreshold) { in computePosition()
120 if (anchorView.getHeight() >= tooltipPreciseAnchorThreshold) { in computePosition()