Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewConfiguration.java350 private final int mHoverSlop; field in ViewConfiguration
396 mHoverSlop = TOUCH_SLOP / 2; in ViewConfiguration()
504 mHoverSlop = res.getDimensionPixelSize( in ViewConfiguration()
791 return mHoverSlop; in getScaledHoverSlop()
H A DView.java4936 int mHoverSlop; field in View.TooltipInfo
4948 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63348 Landroid/view/View$TooltipInfo;->mHoverSlop:I
63894 Landroid/view/ViewConfiguration;->mHoverSlop:I