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

  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 148 static final int ROTATION_X = 0x0040;
156 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
555 animateProperty(ROTATION_X, value);
568 animatePropertyBy(ROTATION_X, value);
    [all...]
RenderNodeAnimator.java 45 public static final int ROTATION_X = 6;
74 put(ViewPropertyAnimator.ROTATION_X, ROTATION_X);
View.java     [all...]
  /frameworks/support/dynamic-animation/src/android/support/animation/
DynamicAnimation.java 145 public static final ViewProperty ROTATION_X = new ViewProperty("rotationX") {
357 if (mProperty == ROTATION || mProperty == ROTATION_X
510 * change is 1 (pixel). For {@link #ROTATION}, {@link #ROTATION_X} or {@link #ROTATION_Y}, the
  /frameworks/base/libs/hwui/
Animator.h 198 ROTATION_X,
RenderNode.h 88 ROTATION_X = 1 << 8,
Animator.cpp 324 {RenderNode::ROTATION_X, &RenderProperties::getRotationX, &RenderProperties::setRotationX },
  /frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
SpringTests.java 238 final SpringAnimation anim2 = new SpringAnimation(mView2, DynamicAnimation.ROTATION_X, 0);
615 DynamicAnimation.ROTATION_X, DynamicAnimation.ROTATION_Y,
  /prebuilts/sdk/current/support/dynamic-animation/
android-support-dynamic-animation.jar 
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 225 return SET_AND_DIRTY(setRotationX, rx, RenderNode::ROTATION_X);
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 283 milliseconds