/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 142 static final int SCALE_Y = 0x0010; field in ViewPropertyAnimator 152 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z; 703 animateProperty(SCALE_Y, value); in scaleY() 716 animatePropertyBy(SCALE_Y, value); in scaleYBy() 998 case SCALE_Y: in setValue() 1040 case SCALE_Y: in getValue()
|
D | View.java | 28065 public static final Property<View, Float> SCALE_Y = new FloatProperty<View>("scaleY") { local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | AnimatableScaleMatrix.java | 66 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_Y = field in AnimatableScaleMatrix
|
D | PhysicsAnimationLayout.java | 472 } else if (property.equals(DynamicAnimation.SCALE_Y)) { 562 } else if (property.equals(DynamicAnimation.SCALE_Y)) { 826 return property(DynamicAnimation.SCALE_Y, scaleY, endActions); 831 mInitialPropertyValues.put(DynamicAnimation.SCALE_Y, from);
|
D | ExpandedAnimationController.java | 496 DynamicAnimation.SCALE_Y, in getAnimatedProperties() 553 .spring(DynamicAnimation.SCALE_Y, 0f, mAnimateOutSpringConfig) in onChildRemoved()
|
D | StackAnimationController.java | 742 DynamicAnimation.SCALE_Y); in getAnimatedProperties() 808 .spring(DynamicAnimation.SCALE_Y, 0f, mAnimateOutSpringConfig) in onChildRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationFilter.java | 52 animate(View.SCALE_Y); in animateScale()
|
D | ViewState.java | 116 return View.SCALE_Y;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistHandleViewController.java | 139 Animator scaleY = ObjectAnimator.ofFloat(view, View.SCALE_Y, scaleStart, scaleEnd); in getHandleAnimator()
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 189 SCALE_Y, enumerator
|
D | RenderNode.h | 86 SCALE_Y = 1 << 6, enumerator
|
D | Animator.cpp | 325 {RenderNode::SCALE_Y, &RenderProperties::getScaleY, &RenderProperties::setScaleY},
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 166 return View.SCALE_Y; in getProperty()
|
D | PagedTileLayout.java | 494 PropertyValuesHolder.ofFloat(View.SCALE_Y, 1)); in setupBounceAnimator()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationControllerTest.java | 194 DynamicAnimation.SCALE_Y); in testChildAdded()
|
D | PhysicsAnimationLayoutTest.java | 233 DynamicAnimation.SCALE_X, DynamicAnimation.SCALE_Y)); in testSetController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 1948 .spring(AnimatableScaleMatrix.SCALE_Y, in animateExpansion() 2020 .spring(AnimatableScaleMatrix.SCALE_Y, 0f, mScaleOutSpringConfig) in animateCollapse() 2070 .spring(DynamicAnimation.SCALE_Y, 0f, mScaleOutSpringConfig) in animateSwitchBubbles() 2101 .spring(AnimatableScaleMatrix.SCALE_Y, in animateSwitchBubbles() 2633 .spring(DynamicAnimation.SCALE_Y, 1f) in showManageMenu() 2647 .spring(DynamicAnimation.SCALE_Y, 0.5f) in showManageMenu()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 43 public static final int SCALE_Y = 4; field in RenderNodeAnimator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/ |
D | AudioRecordingDisclosureBar.java | 447 PropertyValuesHolder.ofFloat(View.SCALE_Y, PULSE_SCALE)); in startPulsatingAnimation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/animation/ |
D | PhysicsAnimatorTest.kt | 108 .spring(DynamicAnimation.SCALE_Y, 1.1f, springConfig) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | PhysicsAnimator.kt | 1024 DynamicAnimation.SCALE_Y -> "scaleY" in getReadablePropertyName()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 430 ObjectAnimator.ofFloat(v, View.SCALE_Y, (float) scale)
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_RenderNode.cpp | 262 return SET_AND_DIRTY(setScaleY, sy, RenderNode::SCALE_Y); in android_view_RenderNode_setScaleY()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1232 private static final Property<VGroup, Float> SCALE_Y = field in VectorDrawable.VGroup 1290 put("scaleY", SCALE_Y);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |