HomeSort by relevance Sort by last modified time
    Searched defs:Transformation (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/view/animation/
Transformation.java 24 * Defines the transformation to be applied at
28 public class Transformation {
30 * Indicates a transformation that has no effect (alpha = 1 and identity matrix.)
34 * Indicates a transformation that applies an alpha only (uses an identity matrix.)
38 * Indicates a transformation that applies a matrix only (alpha = 1.)
42 * Indicates a transformation that applies an alpha and a matrix.
51 * Creates a new transformation with alpha = 1 and the identity matrix.
53 public Transformation() {
58 * Reset the transformation to a state that leaves the object
59 * being animated in an unmodified state. The transformation type i
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
TransformationTest.java 21 import android.view.animation.Transformation;
28 @TestTargetClass(Transformation.class)
33 method = "Transformation",
37 new Transformation();
43 args = {Transformation.class}
45 @ToBeFixed(bug = "1695243", explanation = "{@link Transformation#compose(Transformation t)}"
48 final Transformation t1 = new Transformation();
49 final Transformation t2 = new Transformation()
120 final Transformation transformation = new Transformation(); local
164 final Transformation transformation = new Transformation(); local
200 final Transformation transformation = new Transformation(); local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 183 milliseconds