Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAnimatableProperty.java47 public static final AnimatableProperty SCALE_Y = AnimatableProperty.from( field in AnimatableProperty
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java66 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_Y = field in AnimatableScaleMatrix
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java535 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_Y, DISMISS_VIEW_SCALE) in animateIntoTarget() local
569 ObjectAnimator.ofFloat(target.getTargetView(), SCALE_Y, 1f) in animateUnstuckFromDismissView() local
/frameworks/base/libs/hwui/
DAnimator.h189 SCALE_Y, enumerator
DRenderNode.h87 SCALE_Y = 1 << 6, enumerator
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java120 public static final ViewProperty SCALE_Y = new ViewProperty("scaleY") { field in DynamicAnimation
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
DGraphicsLayerModifierOperation.java42 public static final int SCALE_Y = 1; field in GraphicsLayerModifierOperation
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java43 public static final int SCALE_Y = 4; field in RenderNodeAnimator
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java145 static final int SCALE_Y = 0x0010; field in ViewPropertyAnimator
DView.java31316 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