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

  /frameworks/base/core/java/android/view/animation/
AlphaAnimation.java 73 public boolean willChangeTransformationMatrix() {
AnimationSet.java 222 if (noMatrix && a.willChangeTransformationMatrix()) {
227 if (changeBounds && a.willChangeTransformationMatrix()) {
513 public boolean willChangeTransformationMatrix() {
Animation.java 736 public boolean willChangeTransformationMatrix() {
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AlphaAnimationTest.java 75 notes = "test {@link AlphaAnimation#willChangeTransformationMatrix()}. This method" +
77 method = "willChangeTransformationMatrix",
82 assertFalse(animation.willChangeTransformationMatrix());
AnimationSetTest.java 467 method = "willChangeTransformationMatrix",
478 assertFalse(animationSet.willChangeTransformationMatrix());
483 assertFalse(animationSet.willChangeTransformationMatrix());
489 assertTrue(animationSet.willChangeTransformationMatrix());
AnimationTest.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 214 milliseconds