Searched defs:SCALE_Y (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ | ||
D | Animator.h | 189 SCALE_Y, enumerator |
D | RenderNode.h | 85 SCALE_Y = 1 << 6, enumerator |
/frameworks/base/core/java/android/view/ | ||
D | RenderNodeAnimator.java | 47 public static final int SCALE_Y = 4; field in RenderNodeAnimator |
D | ViewPropertyAnimator.java | 142 static final int SCALE_Y = 0x0010; field in ViewPropertyAnimator |
D | View.java | 27115 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") { field in View |
/frameworks/base/graphics/java/android/graphics/drawable/ | ||
D | VectorDrawable.java | 1232 private static final Property<VGroup, Float> SCALE_Y = field in VectorDrawable.VGroup |