Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java102 private View mBubbleDraggingOut; field in ExpandedAnimationController
165 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()