Home | History | Annotate | Download | only in animation

Lines Matching refs:flexShrink

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