Searched refs:mBubbleDraggingOut (Results 1 – 1 of 1) sorted by relevance
102 private View mBubbleDraggingOut; field in ExpandedAnimationController165 mBubbleDraggingOut = bubble; in prepareForBubbleDrag()166 mBubbleDraggingOut.setTranslationZ(Short.MAX_VALUE); in prepareForBubbleDrag()178 animationForChild(mBubbleDraggingOut) in dragBubbleOut()216 return mBubbleDraggingOut;241 animationForChild(mBubbleDraggingOut)267 mBubbleDraggingOut = null; in onGestureFinished()373 if (child.equals(mBubbleDraggingOut)) { in onChildRemoved()374 mBubbleDraggingOut = null; in onChildRemoved()404 if (bubble.equals(mBubbleDraggingOut)) { in updateBubblePositions()