Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/
H A DContextualSearchIPH.java40 private Point mFloatingBubbleAnchorPoint; field in ContextualSearchIPH
117 mFloatingBubbleAnchorPoint = bubbleAnchorPoint; in onNonTriggeringTap()
242 return new Rect(mFloatingBubbleAnchorPoint.x, mFloatingBubbleAnchorPoint.y + yAdjust, in getHelpBubbleAnchorRect()
243 mFloatingBubbleAnchorPoint.x, mFloatingBubbleAnchorPoint.y + yAdjust); in getHelpBubbleAnchorRect()
264 return mFloatingBubbleAnchorPoint.y < mParentView.getHeight() / 3; in shouldPositionBubbleBelowArrow()