Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java110 private static final FloatProperty<BubbleBarView> BUBBLE_DRAG_ALPHA = field in BubbleBarView
570 return mDraggedBubbleView == null ? VIEW_ALPHA : BUBBLE_DRAG_ALPHA; in getLocationAnimAlphaProperty()