Home
last modified time | relevance | path

Searched refs:mHoverSlop (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DViewConfiguration.java311 private final int mHoverSlop; field in ViewConfiguration
349 mHoverSlop = TOUCH_SLOP / 2; in ViewConfiguration()
444 mHoverSlop = res.getDimensionPixelSize( in ViewConfiguration()
694 return mHoverSlop; in getScaledHoverSlop()
DView.java4685 int mHoverSlop; field in View.TooltipInfo
4697 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77777 Landroid/view/View$TooltipInfo;->mHoverSlop:I
78323 Landroid/view/ViewConfiguration;->mHoverSlop:I