/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTest.java | 233 DynamicAnimation.SCALE_X, DynamicAnimation.SCALE_Y)); in testSetController() 235 DynamicAnimation.SCALE_X)); in testSetController() 237 DynamicAnimation.SCALE_X, 10f); in testSetController() 245 waitForPropertyAnimations(DynamicAnimation.SCALE_X); in testSetController() 250 .getNextAnimationInChain(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 252 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X)); in testSetController() 259 .getNextAnimationInChain(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 261 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X)); in testSetController()
|
D | StackAnimationControllerTest.java | 193 DynamicAnimation.SCALE_X, in testChildAdded()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 141 static final int SCALE_X = 0x0008; field in ViewPropertyAnimator 152 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z; 677 animateProperty(SCALE_X, value); in scaleX() 690 animatePropertyBy(SCALE_X, value); in scaleXBy() 995 case SCALE_X: in setValue() 1038 case SCALE_X: in getValue()
|
D | View.java | 28049 public static final Property<View, Float> SCALE_X = new FloatProperty<View>("scaleX") { local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | AnimatableScaleMatrix.java | 47 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_X = field in AnimatableScaleMatrix
|
D | PhysicsAnimationLayout.java | 470 } else if (property.equals(DynamicAnimation.SCALE_X)) { 560 } else if (property.equals(DynamicAnimation.SCALE_X)) { 815 return property(DynamicAnimation.SCALE_X, scaleX, endActions); 820 mInitialPropertyValues.put(DynamicAnimation.SCALE_X, from);
|
D | ExpandedAnimationController.java | 495 DynamicAnimation.SCALE_X, in getAnimatedProperties() 552 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
|
D | StackAnimationController.java | 741 DynamicAnimation.SCALE_X, // For 'popping in' new bubbles. in getAnimatedProperties() 807 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationFilter.java | 51 animate(View.SCALE_X); in animateScale()
|
D | ViewState.java | 92 return View.SCALE_X;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistHandleViewController.java | 138 Animator scaleX = ObjectAnimator.ofFloat(view, View.SCALE_X, scaleStart, scaleEnd); in getHandleAnimator()
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 188 SCALE_X, enumerator
|
D | RenderNode.h | 85 SCALE_X = 1 << 5, enumerator
|
D | Animator.cpp | 324 {RenderNode::SCALE_X, &RenderProperties::getScaleX, &RenderProperties::setScaleX},
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 164 return View.SCALE_X; in getProperty()
|
D | PagedTileLayout.java | 493 PropertyValuesHolder.ofFloat(View.SCALE_X, 1), in setupBounceAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 1945 .spring(AnimatableScaleMatrix.SCALE_X, in animateExpansion() 2019 .spring(AnimatableScaleMatrix.SCALE_X, 0f, mScaleOutSpringConfig) in animateCollapse() 2069 .spring(DynamicAnimation.SCALE_X, 0f, mScaleOutSpringConfig) in animateSwitchBubbles() 2098 .spring(AnimatableScaleMatrix.SCALE_X, in animateSwitchBubbles() 2632 .spring(DynamicAnimation.SCALE_X, 1f) in showManageMenu() 2646 .spring(DynamicAnimation.SCALE_X, 0.5f) in showManageMenu()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 42 public static final int SCALE_X = 3; field in RenderNodeAnimator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/ |
D | AudioRecordingDisclosureBar.java | 446 PropertyValuesHolder.ofFloat(View.SCALE_X, PULSE_SCALE), in startPulsatingAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | PhysicsAnimator.kt | 1023 DynamicAnimation.SCALE_X -> "scaleX" in getReadablePropertyName()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 429 ObjectAnimator.ofFloat(v, View.SCALE_X, (float) scale),
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_RenderNode.cpp | 258 return SET_AND_DIRTY(setScaleX, sx, RenderNode::SCALE_X); in android_view_RenderNode_setScaleX()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1219 private static final Property<VGroup, Float> SCALE_X = field in VectorDrawable.VGroup 1289 put("scaleX", SCALE_X);
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 1612 return ObjectAnimator.ofFloat(v, View.SCALE_X, target); in animateScaleX()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |