Searched refs:tooltipPreciseAnchorThreshold (Results 1 – 2 of 2) sorted by relevance
98 final int tooltipPreciseAnchorThreshold = mContext.getResources().getDimensionPixelOffset( in computePosition() local102 if (anchorView.getWidth() >= tooltipPreciseAnchorThreshold) { in computePosition()112 if (anchorView.getHeight() >= tooltipPreciseAnchorThreshold) { in computePosition()
106 final int tooltipPreciseAnchorThreshold = mContext.getResources().getDimensionPixelOffset( in computePosition() local110 if (anchorView.getWidth() >= tooltipPreciseAnchorThreshold) { in computePosition()120 if (anchorView.getHeight() >= tooltipPreciseAnchorThreshold) { in computePosition()