Searched defs:Transformation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DTransformation.java28 public class Transformation { class
53 public Transformation() { method in class:Transformation
98 public void set(Transformation t) {
105 * Apply this Transformation to an existing Transformation, e.g. apply
109 public void compose(Transformation t) {
115 * Like {@link #compose(Transformation)} but does this.postConcat(t) of
119 public void postCompose(Transformation t) {
150 sb.append("Transformation");

Completed in 91 milliseconds