Searched refs:mHoverSlop (Results 1 – 3 of 3) sorted by relevance
311 private final int mHoverSlop; field in ViewConfiguration349 mHoverSlop = TOUCH_SLOP / 2; in ViewConfiguration()444 mHoverSlop = res.getDimensionPixelSize( in ViewConfiguration()694 return mHoverSlop; in getScaledHoverSlop()
4685 int mHoverSlop; field in View.TooltipInfo4697 if (Math.abs(newAnchorX - mAnchorX) <= mHoverSlop in updateAnchorPos()4698 && Math.abs(newAnchorY - mAnchorY) <= mHoverSlop) { in updateAnchorPos()29569 mTooltipInfo.mHoverSlop = ViewConfiguration.get(mContext).getScaledHoverSlop(); in setTooltipText()
77777 Landroid/view/View$TooltipInfo;->mHoverSlop:I78323 Landroid/view/ViewConfiguration;->mHoverSlop:I