Searched defs:SCALE_Y (Results 1 – 11 of 11) sorted by relevance
47 public static final AnimatableProperty SCALE_Y = AnimatableProperty.from( field in AnimatableProperty
66 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_Y = field in AnimatableScaleMatrix
535 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_Y, DISMISS_VIEW_SCALE) in animateIntoTarget() local569 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_Y, 1f) in animateUnstuckFromDismissView() local
189 SCALE_Y, enumerator
87 SCALE_Y = 1 << 6, enumerator
120 public static final ViewProperty SCALE_Y = new ViewProperty("scaleY") { field in DynamicAnimation
42 public static final int SCALE_Y = 1; field in GraphicsLayerModifierOperation
43 public static final int SCALE_Y = 4; field in RenderNodeAnimator
145 static final int SCALE_Y = 0x0010; field in ViewPropertyAnimator
31316 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") { field in View
1232 private static final Property<VGroup, Float> SCALE_Y = field in VectorDrawable.VGroup