Searched refs:mMagnetizedBubbleDraggingOut (Results 1 – 1 of 1) sorted by relevance
117 private MagnetizedObject<View> mMagnetizedBubbleDraggingOut; field in ExpandedAnimationController310 mMagnetizedBubbleDraggingOut = new MagnetizedObject<View>( in prepareForBubbleDrag()329 mMagnetizedBubbleDraggingOut.addTarget(target); in prepareForBubbleDrag()330 mMagnetizedBubbleDraggingOut.setMagnetListener(listener); in prepareForBubbleDrag()331 mMagnetizedBubbleDraggingOut.setHapticsEnabled(true); in prepareForBubbleDrag()349 if (mMagnetizedBubbleDraggingOut == null) { in dragBubbleOut()397 return mMagnetizedBubbleDraggingOut == null404 return mMagnetizedBubbleDraggingOut;422 mMagnetizedBubbleDraggingOut = null;430 mMagnetizedBubbleDraggingOut = null; in onGestureFinished()[all …]