Home
last modified time | relevance | path

Searched defs:SCALE_Y (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DAnimator.h189 SCALE_Y, enumerator
DRenderNode.h85 SCALE_Y = 1 << 6, enumerator
/frameworks/base/core/java/android/view/
DRenderNodeAnimator.java47 public static final int SCALE_Y = 4; field in RenderNodeAnimator
DViewPropertyAnimator.java142 static final int SCALE_Y = 0x0010; field in ViewPropertyAnimator
DView.java27115 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") { field in View
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1232 private static final Property<VGroup, Float> SCALE_Y = field in VectorDrawable.VGroup