Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java761 final float widthState = (float) mWidthAnimator.getAnimatedValue(); in updateBubblesLayoutProperties() local
773 float elevationState = (1 - widthState); in updateBubblesLayoutProperties()
801 bv.setTranslationX(widthState * (targetX - collapsedX) + collapsedX); in updateBubblesLayoutProperties()
809 bv.setTranslationX(widthState * (expandedX - targetX) + targetX); in updateBubblesLayoutProperties()
814 if (widthState == 0) { in updateBubblesLayoutProperties()
832 widthState * (expandedWidth - collapsedWidth) + collapsedWidth; in updateBubblesLayoutProperties()
835 float interpolatedShift = (expandedArrowPosition - collapsedArrowPosition) * widthState; in updateBubblesLayoutProperties()
845 targetPosition + widthState * (expandedArrowPosition - targetPosition); in updateBubblesLayoutProperties()
849 mBubbleBarBackground.setArrowHeightFraction(widthState); in updateBubblesLayoutProperties()