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.java128 mExpandedController.dragBubbleOut(draggedBubble, 500f, 500f); in testBubbleDraggedNotDismissedSnapsBack()
146 mExpandedController.dragBubbleOut(draggedBubble, 500f, 500f); in testBubbleDismissed()
168 mExpandedController.dragBubbleOut(draggedOutView, 25, 25); in testMagnetToDismiss_dismiss()
198 mExpandedController.dragBubbleOut(draggedOutView, 25, 25); in testMagnetToDismiss_demagnetizeThenDrag()
212 mExpandedController.dragBubbleOut(draggedOutView, 20, 20); in testMagnetToDismiss_demagnetizeThenDrag()
226 mExpandedController.dragBubbleOut(draggedOutView, 30, 30); in testMagnetToDismiss_demagnetizeThenDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java250 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1056 mExpandedAnimationController.dragBubbleOut(bubble, x, y); in onBubbleDragged()