Searched refs:bubbleBarBounds (Results 1 – 5 of 5) sorted by relevance
260 Rect bubbleBarBounds = new Rect(mBarViewController.getBubbleBarBounds()); in createRevealAnimToIsStashed() local263 int heightDiff = (mBarSize - bubbleBarBounds.height()) / 2; in createRevealAnimToIsStashed()264 bubbleBarBounds.top -= heightDiff; in createRevealAnimToIsStashed()265 bubbleBarBounds.bottom += heightDiff; in createRevealAnimToIsStashed()268 stashedHandleRadius, stashedHandleRadius, bubbleBarBounds, mStashedHandleBounds); in createRevealAnimToIsStashed()
100 val bubbleBarBounds = bubbleBarViewController.bubbleBarBounds in <lambda>() constant107 bubbleBarBounds.height() + in <lambda>()
86 val bounds = bubbleBarViewController.bubbleBarBounds in <lambda>()
145 controllers.bubbleControllers.get().bubbleBarViewController.bubbleBarBounds in <lambda>()169 controllers.bubbleControllers.get().bubbleBarViewController.bubbleBarBounds in <lambda>()416 val bubbleBarBounds = in <lambda>() constant424 bubbleControllers.bubbleBarViewController.bubbleBarBounds in <lambda>()428 if (bubbleBarBounds != null) { in <lambda>()429 region.op(bubbleBarBounds, Region.Op.UNION) in <lambda>()
327 Rect bubbleBarBounds = controllers.bubbleBarViewController.getBubbleBarBounds(); in isInBubbleBarArea() local328 return x >= bubbleBarBounds.left && x <= bubbleBarBounds.right; in isInBubbleBarArea()