Searched refs:mHoverSlop (Results 1 – 3 of 3) sorted by relevance
330 private final int mHoverSlop; field in ViewConfiguration371 mHoverSlop = TOUCH_SLOP / 2; in ViewConfiguration()476 mHoverSlop = res.getDimensionPixelSize( in ViewConfiguration()735 return mHoverSlop; in getScaledHoverSlop()
4785 int mHoverSlop; field in View.TooltipInfo4797 if (Math.abs(newAnchorX - mAnchorX) <= mHoverSlop in updateAnchorPos()4798 && Math.abs(newAnchorY - mAnchorY) <= mHoverSlop) { in updateAnchorPos()30540 mTooltipInfo.mHoverSlop = ViewConfiguration.get(mContext).getScaledHoverSlop(); in setTooltipText()
66671 Landroid/view/View$TooltipInfo;->mHoverSlop:I67217 Landroid/view/ViewConfiguration;->mHoverSlop:I