HomeSort by relevance Sort by last modified time
    Searched full:gettransformationtype (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
TransformationTest.java 44 assertEquals(Transformation.TYPE_ALPHA, t2.getTransformationType());
52 assertEquals(Transformation.TYPE_ALPHA, t2.getTransformationType());
75 assertNotSame(expected.getTransformationType(), actual.getTransformationType());
81 assertEquals(expected.getTransformationType(), actual.getTransformationType());
88 assertEquals(Transformation.TYPE_BOTH, transformation.getTransformationType());
91 assertEquals(Transformation.TYPE_IDENTITY, transformation.getTransformationType());
94 assertEquals(Transformation.TYPE_ALPHA, transformation.getTransformationType());
97 assertEquals(Transformation.TYPE_MATRIX, transformation.getTransformationType());
    [all...]
  /frameworks/base/core/java/android/view/animation/
Transformation.java 85 public int getTransformationType() {
114 mTransformationType = t.getTransformationType();
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java 118 final int transformType = t.getTransformationType();

Completed in 130 milliseconds