Searched refs:mHoverSlop (Results 1 – 3 of 3) sorted by relevance
365 private final int mHoverSlop; field in ViewConfiguration415 mHoverSlop = TOUCH_SLOP / 2; in ViewConfiguration()523 mHoverSlop = res.getDimensionPixelSize( in ViewConfiguration()850 return mHoverSlop; in getScaledHoverSlop()
5198 int mHoverSlop; field in View.TooltipInfo5210 if (Math.abs(newAnchorX - mAnchorX) <= mHoverSlop in updateAnchorPos()5211 && Math.abs(newAnchorY - mAnchorY) <= mHoverSlop) { in updateAnchorPos()33206 mTooltipInfo.mHoverSlop = ViewConfiguration.get(mContext).getScaledHoverSlop(); in setTooltipText()
62705 Landroid/view/View$TooltipInfo;->mHoverSlop:I63251 Landroid/view/ViewConfiguration;->mHoverSlop:I