Searched refs:mHoverSlop (Results 1 – 3 of 3) sorted by relevance
350 private final int mHoverSlop; field in ViewConfiguration396 mHoverSlop = TOUCH_SLOP / 2; in ViewConfiguration()504 mHoverSlop = res.getDimensionPixelSize( in ViewConfiguration()791 return mHoverSlop; in getScaledHoverSlop()
4936 int mHoverSlop; field in View.TooltipInfo4948 if (Math.abs(newAnchorX - mAnchorX) <= mHoverSlop in updateAnchorPos()4949 && Math.abs(newAnchorY - mAnchorY) <= mHoverSlop) { in updateAnchorPos()32046 mTooltipInfo.mHoverSlop = ViewConfiguration.get(mContext).getScaledHoverSlop(); in setTooltipText()
63348 Landroid/view/View$TooltipInfo;->mHoverSlop:I63894 Landroid/view/ViewConfiguration;->mHoverSlop:I