Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java734 lp.width = (int) (mIsBarExpanded ? expandedWidth() : collapsedWidth()); in updateWidth()
741 lp.width = (int) (mIsBarExpanded ? expandedWidth() : collapsedWidth()); in updateLayoutParams()
763 final float expandedWidth = expandedWidth(); in updateBubblesLayoutProperties() local
798 final float expandedBarShift = onLeft ? 0 : currentWidth - expandedWidth; in updateBubblesLayoutProperties()
832 widthState * (expandedWidth - collapsedWidth) + collapsedWidth; in updateBubblesLayoutProperties()
1019 if (shouldAnimate && currentArrowPosition > expandedWidth()) { in updateArrowForSelected()
1102 public float expandedWidth() { in expandedWidth() method in BubbleBarView