Home
last modified time | relevance | path

Searched refs:SCALE_X (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java233 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()
DStackAnimationControllerTest.java193 DynamicAnimation.SCALE_X, in testChildAdded()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java141 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()
DView.java28049 public static final Property<View, Float> SCALE_X = new FloatProperty<View>("scaleX") { local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DAnimatableScaleMatrix.java47 public static final FloatPropertyCompat<AnimatableScaleMatrix> SCALE_X = field in AnimatableScaleMatrix
DPhysicsAnimationLayout.java470 } 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);
DExpandedAnimationController.java495 DynamicAnimation.SCALE_X, in getAnimatedProperties()
552 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
DStackAnimationController.java741 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/
DAnimationFilter.java51 animate(View.SCALE_X); in animateScale()
DViewState.java92 return View.SCALE_X;
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleViewController.java138 Animator scaleX = ObjectAnimator.ofFloat(view, View.SCALE_X, scaleStart, scaleEnd); in getHandleAnimator()
/frameworks/base/libs/hwui/
DAnimator.h188 SCALE_X, enumerator
DRenderNode.h85 SCALE_X = 1 << 5, enumerator
DAnimator.cpp324 {RenderNode::SCALE_X, &RenderProperties::getScaleX, &RenderProperties::setScaleX},
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java164 return View.SCALE_X; in getProperty()
DPagedTileLayout.java493 PropertyValuesHolder.ofFloat(View.SCALE_X, 1), in setupBounceAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1945 .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/
DRenderNodeAnimator.java42 public static final int SCALE_X = 3; field in RenderNodeAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/
DAudioRecordingDisclosureBar.java446 PropertyValuesHolder.ofFloat(View.SCALE_X, PULSE_SCALE), in startPulsatingAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DPhysicsAnimator.kt1023 DynamicAnimation.SCALE_X -> "scaleX" in getReadablePropertyName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java429 ObjectAnimator.ofFloat(v, View.SCALE_X, (float) scale),
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp258 return SET_AND_DIRTY(setScaleX, sx, RenderNode::SCALE_X); in android_view_RenderNode_setScaleX()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1219 private static final Property<VGroup, Float> SCALE_X = field in VectorDrawable.VGroup
1289 put("scaleX", SCALE_X);
/frameworks/base/core/java/android/widget/
DFastScroller.java1612 return ObjectAnimator.ofFloat(v, View.SCALE_X, target); in animateScaleX()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...

12