Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java260 Rect bubbleBarBounds = new Rect(mBarViewController.getBubbleBarBounds()); in createRevealAnimToIsStashed() local
263 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()
DBubblePinController.kt100 val bubbleBarBounds = bubbleBarViewController.bubbleBarBounds in <lambda>() constant
107 bubbleBarBounds.height() + in <lambda>()
DBubbleBarPinController.kt86 val bounds = bubbleBarViewController.bubbleBarBounds in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarInsetsController.kt145 controllers.bubbleControllers.get().bubbleBarViewController.bubbleBarBounds in <lambda>()
169 controllers.bubbleControllers.get().bubbleBarViewController.bubbleBarBounds in <lambda>()
416 val bubbleBarBounds = in <lambda>() constant
424 bubbleControllers.bubbleBarViewController.bubbleBarBounds in <lambda>()
428 if (bubbleBarBounds != null) { in <lambda>()
429 region.op(bubbleBarBounds, Region.Op.UNION) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DTaskbarUnstashInputConsumer.java327 Rect bubbleBarBounds = controllers.bubbleBarViewController.getBubbleBarBounds(); in isInBubbleBarArea() local
328 return x >= bubbleBarBounds.left && x <= bubbleBarBounds.right; in isInBubbleBarArea()