Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1386,13 +1386,14 @@ public class BubbleStackView extends FrameLayout { if (DEBUG_BUBBLE_STACK_VIEW) { if (DEBUG_BUBBLE_STACK_VIEW) { Log.d(TAG, "onBubbleDragStart: bubble=" + bubble); Log.d(TAG, "onBubbleDragStart: bubble=" + bubble); } } maybeShowManageEducation(false); mExpandedAnimationController.prepareForBubbleDrag(bubble, mMagneticTarget); mExpandedAnimationController.prepareForBubbleDrag(bubble, mMagneticTarget); // We're dragging an individual bubble, so set the magnetized object to the magnetized // We're dragging an individual bubble, so set the magnetized object to the magnetized // bubble. // bubble. mMagnetizedObject = mExpandedAnimationController.getMagnetizedBubbleDraggingOut(); mMagnetizedObject = mExpandedAnimationController.getMagnetizedBubbleDraggingOut(); mMagnetizedObject.setMagnetListener(mIndividualBubbleMagnetListener); mMagnetizedObject.setMagnetListener(mIndividualBubbleMagnetListener); maybeShowManageEducation(false); } } /** Called with the coordinates to which an individual bubble has been dragged. */ /** Called with the coordinates to which an individual bubble has been dragged. */ Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1386,13 +1386,14 @@ public class BubbleStackView extends FrameLayout { if (DEBUG_BUBBLE_STACK_VIEW) { if (DEBUG_BUBBLE_STACK_VIEW) { Log.d(TAG, "onBubbleDragStart: bubble=" + bubble); Log.d(TAG, "onBubbleDragStart: bubble=" + bubble); } } maybeShowManageEducation(false); mExpandedAnimationController.prepareForBubbleDrag(bubble, mMagneticTarget); mExpandedAnimationController.prepareForBubbleDrag(bubble, mMagneticTarget); // We're dragging an individual bubble, so set the magnetized object to the magnetized // We're dragging an individual bubble, so set the magnetized object to the magnetized // bubble. // bubble. mMagnetizedObject = mExpandedAnimationController.getMagnetizedBubbleDraggingOut(); mMagnetizedObject = mExpandedAnimationController.getMagnetizedBubbleDraggingOut(); mMagnetizedObject.setMagnetListener(mIndividualBubbleMagnetListener); mMagnetizedObject.setMagnetListener(mIndividualBubbleMagnetListener); maybeShowManageEducation(false); } } /** Called with the coordinates to which an individual bubble has been dragged. */ /** Called with the coordinates to which an individual bubble has been dragged. */ Loading