Home
last modified time | relevance | path

Searched refs:collapsedWidth (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()
764 final float collapsedWidth = collapsedWidth(); in updateBubblesLayoutProperties() local
807 final float collapsedBarShift = onLeft ? 0 : currentWidth - collapsedWidth; in updateBubblesLayoutProperties()
832 widthState * (expandedWidth - collapsedWidth) + collapsedWidth; in updateBubblesLayoutProperties()
843 final float targetPosition = currentWidth - collapsedWidth + collapsedArrowPosition; in updateBubblesLayoutProperties()
1120 private float collapsedWidth() { in collapsedWidth() method in BubbleBarView