Home | History | Annotate | Download | only in animation

Lines Matching refs:flexGrow

952         return a->flexBasis() == b->flexBasis() && a->flexGrow() == b->flexGrow() && a->flexShrink() == b->flexShrink();
958 dst->setFlexGrow(blendFunc(anim, a->flexGrow(), b->flexGrow(), progress));