HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BOTH (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/view/animation/
Transformation.java 44 public static int TYPE_BOTH = TYPE_ALPHA | TYPE_MATRIX;
60 * {@link #TYPE_BOTH} by default.
69 mTransformationType = TYPE_BOTH;
76 * {@link #TYPE_BOTH} or {@link #TYPE_IDENTITY}.
86 * {@link #TYPE_MATRIX}, {@link #TYPE_BOTH} or
  /cts/tests/tests/view/src/android/view/animation/cts/
TransformationTest.java 122 // From Javadoc of {@link Transformation#clear()}, we see the default type is TYPE_BOTH.
123 assertEquals(Transformation.TYPE_BOTH, transformation.getTransformationType());
134 transformation.setTransformationType(Transformation.TYPE_BOTH);
135 assertEquals(Transformation.TYPE_BOTH, transformation.getTransformationType());
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 72 milliseconds