Searched refs:widthState (Results 1 – 1 of 1) sorted by relevance
761 final float widthState = (float) mWidthAnimator.getAnimatedValue(); in updateBubblesLayoutProperties() local773 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()