Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java118 mExpandedController.prepareForBubbleDrag(draggedBubble); in testBubbleDraggedNotDismissedSnapsBack()
135 mExpandedController.prepareForBubbleDrag(draggedBubble); in testBubbleDismissed()
158 mExpandedController.prepareForBubbleDrag(draggedOutView); in testMagnetToDismiss_dismiss()
188 mExpandedController.prepareForBubbleDrag(draggedOutView); in testMagnetToDismiss_demagnetizeThenDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java162 public void prepareForBubbleDrag(View bubble) { in prepareForBubbleDrag() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java975 mExpandedAnimationController.prepareForBubbleDrag(bubble); in onBubbleDragStart()