Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java119 mExpandedController.dragBubbleOut(draggedBubble, 500f, 500f); in testBubbleDraggedNotDismissedSnapsBack()
136 mExpandedController.dragBubbleOut(draggedBubble, 500f, 500f); in testBubbleDismissed()
159 mExpandedController.dragBubbleOut(draggedOutView, 25, 25); in testMagnetToDismiss_dismiss()
189 mExpandedController.dragBubbleOut(draggedOutView, 25, 25); in testMagnetToDismiss_demagnetizeThenDrag()
203 mExpandedController.dragBubbleOut(draggedOutView, 20, 20); in testMagnetToDismiss_demagnetizeThenDrag()
217 mExpandedController.dragBubbleOut(draggedOutView, 30, 30); in testMagnetToDismiss_demagnetizeThenDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java174 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java984 mExpandedAnimationController.dragBubbleOut(bubble, x, y); in onBubbleDragged()