Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java184 private BubbleView mDraggedBubbleView; field in BubbleBarView
296 if (mDraggedBubbleView != null) { in setTranslationX()
300 mDraggedBubbleView.setOffsetX(-translationX); in setTranslationX()
461 indexOfChild(mDraggedBubbleView), getChildCount(), newLocationOnLeft); in getDraggedBubbleReleaseTranslation()
570 return mDraggedBubbleView == null ? VIEW_ALPHA : BUBBLE_DRAG_ALPHA; in getLocationAnimAlphaProperty()
587 if (view != mDraggedBubbleView) { in setAlphaDuringBubbleDrag()
776 if (bv == mDraggedBubbleView) { in updateBubblesLayoutProperties()
991 if (mDraggedBubbleView != null) { in setDraggedBubble()
992 mDraggedBubbleView.setZ(0); in setDraggedBubble()
994 mDraggedBubbleView = view; in setDraggedBubble()