Lines Matching defs:transformation

119      * Indicates whether the animation transformation should be applied before the
126 * Indicates whether the animation transformation should be applied after the
562 * transformation is always applied until the animation ends.
575 * If fillBefore is true, this animation will apply its transformation
580 * animations. The transformation is not applied before the AnimationSet
583 * @param fillBefore true if the animation should apply its transformation before it starts
593 * If fillAfter is true, the transformation that this animation performed
599 * @param fillAfter true if the animation should apply its transformation after it ends
718 * If fillBefore is true, this animation will apply its transformation
720 * {@link #isFillEnabled() fillEnabled} is true, the transformation will not be applied until
723 * @return true if the animation applies its transformation before it starts
731 * If fillAfter is true, this animation will apply its transformation
734 * @return true if the animation applies its transformation after it ends
769 * <p>Indicates whether or not this animation will affect the transformation
773 * @return true if this animation will change the transformation matrix
824 * Gets the transformation to apply at a specified point in time. Implementations of this
829 * @param outTransformation A transformation object that is provided by the
926 * Gets the transformation to apply at a specified point in time. Implementations of this
931 * @param outTransformation A transformation object that is provided by the
1005 * @param transformation
1010 RectF invalidate, Transformation transformation) {
1016 transformation.getMatrix().mapRect(invalidate);
1027 tempTransformation.set(transformation);
1028 transformation.set(previousTransformation);