Home | History | Annotate | Download | only in animation

Lines Matching refs:parentSize

930      * @param parentSize The size of the parent of the object being animated
933 protected float resolveSize(int type, float value, int size, int parentSize) {
940 return parentSize * value;