Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java132 private MagnetizedObject<View> mMagnetizedBubbleDraggingOut; field in ExpandedAnimationController
359 mMagnetizedBubbleDraggingOut = new MagnetizedObject<View>( in prepareForBubbleDrag()
378 mMagnetizedBubbleDraggingOut.addTarget(target); in prepareForBubbleDrag()
379 mMagnetizedBubbleDraggingOut.setMagnetListener(listener); in prepareForBubbleDrag()
380 mMagnetizedBubbleDraggingOut.setHapticsEnabled(true); in prepareForBubbleDrag()
381 mMagnetizedBubbleDraggingOut.setFlingToTargetMinVelocity(FLING_TO_DISMISS_MIN_VELOCITY); in prepareForBubbleDrag()
383 mMagnetizedBubbleDraggingOut.setFlingToTargetWidthPercent( in prepareForBubbleDrag()
401 if (mMagnetizedBubbleDraggingOut == null) { in dragBubbleOut()
405 springBubbleTo(mMagnetizedBubbleDraggingOut.getUnderlyingObject(), x, y); in dragBubbleOut()
411 springBubbleTo(mMagnetizedBubbleDraggingOut.getUnderlyingObject(), x, y); in dragBubbleOut()
[all …]