Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
DBubbleDropTargetBoundsProvider.kt28 fun getBubbleBarExpandedViewDropTargetBounds(onLeft: Boolean): Rect method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicatorTest.kt85 whenever(bubbleBoundsProvider.getBubbleBarExpandedViewDropTargetBounds(any())) in setUp()
449 whenever(bubbleBoundsProvider.getBubbleBarExpandedViewDropTargetBounds(/* onLeft= */ true)) in testBubbleLeftVisualIndicatorSize()
470 whenever(bubbleBoundsProvider.getBubbleBarExpandedViewDropTargetBounds(/* onLeft= */ false)) in testBubbleRightVisualIndicatorSize()
DVisualIndicatorViewContainerTest.kt432 override fun getBubbleBarExpandedViewDropTargetBounds(onLeft: Boolean): Rect { in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DVisualIndicatorViewContainer.kt605 return bubbleBoundsProvider?.getBubbleBarExpandedViewDropTargetBounds( in getIndicatorBounds()
609 return bubbleBoundsProvider?.getBubbleBarExpandedViewDropTargetBounds( in getIndicatorBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java996 public Rect getBubbleBarExpandedViewDropTargetBounds(boolean onLeft) { in getBubbleBarExpandedViewDropTargetBounds() method in BubblePositioner
1014 Rect bounds = getBubbleBarExpandedViewDropTargetBounds(onLeft); in getBarDropTargetBounds()