/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/ |
D | PhysicsAnimatorTest.kt | 112 .spring(DynamicAnimation.TRANSLATION_X, 50f, springConfig) in <lambda>() 121 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>() 136 .fling(DynamicAnimation.TRANSLATION_X, 1000f /* startVelocity */, flingConfig) in <lambda>() 158 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>() 164 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(animator, DynamicAnimation.TRANSLATION_X) in <lambda>() 176 DynamicAnimation.TRANSLATION_X, in <lambda>() 213 .spring(DynamicAnimation.TRANSLATION_X, 100f, springConfig) in <lambda>() 231 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>() 239 eq(testView), eq(DynamicAnimation.TRANSLATION_X), eq(false), eq(false), anyFloat(), in <lambda>() 244 .spring(DynamicAnimation.TRANSLATION_X, 0f, springConfig) in <lambda>() [all …]
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationControllerTest.java | 93 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 108 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 123 DynamicAnimation.TRANSLATION_X, in testFlingSideways() 135 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 139 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 152 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 158 DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 168 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 181 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testChildAdded() 193 DynamicAnimation.TRANSLATION_X, in testChildAdded() [all …]
|
D | PhysicsAnimationLayoutTest.java | 71 DynamicAnimation.TRANSLATION_X, in setUp() 73 mTestableController.setChainedProperties(Sets.newHashSet(DynamicAnimation.TRANSLATION_X)); in setUp() 75 DynamicAnimation.TRANSLATION_X, TEST_TRANSLATION_X_OFFSET); in setUp() 164 mTestableController.setEndActionForProperty(xEndAction, DynamicAnimation.TRANSLATION_X); in testSetEndActions() 199 mTestableController.setEndActionForProperty(xEndListener, DynamicAnimation.TRANSLATION_X); in testRemoveEndListeners() 214 mTestableController.removeEndActionForProperty(DynamicAnimation.TRANSLATION_X); in testRemoveEndListeners() 268 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); in testSetController() 272 .getNextAnimationInChain(eq(DynamicAnimation.TRANSLATION_X), anyInt()); in testSetController() 274 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.TRANSLATION_X), anyInt()); in testSetController() 285 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() [all …]
|
D | ExpandedAnimationControllerTest.java | 86 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 93 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 107 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded() 120 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved() 127 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in expand()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 399 property.equals(DynamicAnimation.TRANSLATION_X) 472 if (property.equals(DynamicAnimation.TRANSLATION_X)) { 572 if (property.equals(DynamicAnimation.TRANSLATION_X)) { 738 return property(DynamicAnimation.TRANSLATION_X, translationX, endActions); 744 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_X, from); 821 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_X); 823 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_X); 825 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_X); 880 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_X, velX); 921 getSpringAnimationFromView(DynamicAnimation.TRANSLATION_X, mView); [all …]
|
D | StackAnimationController.java | 287 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, x); in moveFirstBubbleWithStackFollowing() 323 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, in springStack() 403 DynamicAnimation.TRANSLATION_X, in flingStackThenSpringToEdge() 476 property.equals(DynamicAnimation.TRANSLATION_X) 480 property.equals(DynamicAnimation.TRANSLATION_X) 520 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_X); 523 removeEndActionForProperty(DynamicAnimation.TRANSLATION_X); 613 DynamicAnimation.TRANSLATION_X); 706 DynamicAnimation.TRANSLATION_X, // For positioning. in getAnimatedProperties() 715 if (property.equals(DynamicAnimation.TRANSLATION_X) in getNextAnimationInChain() [all …]
|
D | ExpandedAnimationController.java | 338 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y) { in prepareForBubbleDrag() 381 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut() 493 DynamicAnimation.TRANSLATION_X, in getAnimatedProperties()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 139 static final int TRANSLATION_X = 0x0001; field in ViewPropertyAnimator 152 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z | 601 animateProperty(TRANSLATION_X, value); in translationX() 614 animatePropertyBy(TRANSLATION_X, value); in translationXBy() 978 case TRANSLATION_X: in setValue() 1027 case TRANSLATION_X: in getValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | AnimatableProperty.java | 39 public static final AnimatableProperty TRANSLATION_X = AnimatableProperty.from( field in AnimatableProperty 40 View.TRANSLATION_X, R.id.x_animator_tag, R.id.x_animator_tag_start_value,
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 20 Returns the properties, such as TRANSLATION_X and TRANSLATION_Y, for which the layout should constr… 26 … update the subsequent animation in the chain. For example, returning TRANSLATION_X offset = 20px … 51 …tVelocities(float, float)`, for setting specific start velocities for TRANSLATION_X and TRANSLATIO… 66 If the controller’s ```getNextAnimationInChain``` method set up the first child’s TRANSLATION_X/Y a…
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitchController.java | 313 PropertyAnimator.setProperty(mClockFrame, AnimatableProperty.TRANSLATION_X, in updatePosition() 321 PropertyAnimator.setProperty(mSmartspaceView, AnimatableProperty.TRANSLATION_X, in updatePosition()
|
D | KeyguardSliceViewController.java | 220 PropertyAnimator.setProperty(mView, AnimatableProperty.TRANSLATION_X, x, props, animate); in updatePosition()
|
/frameworks/base/core/java/android/transition/ |
D | TranslationAnimationCreator.java | 73 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, View.TRANSLATION_Y, in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ViewState.java | 506 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_X, in startXTranslationAnimation() 509 View.TRANSLATION_X); in startXTranslationAnimation() 520 View.TRANSLATION_X); in startXTranslationAnimation()
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 185 TRANSLATION_X = 0, enumerator
|
D | RenderNode.h | 84 TRANSLATION_X = 1 << 2, enumerator
|
D | Animator.cpp | 316 {RenderNode::TRANSLATION_X, &RenderProperties::getTranslationX,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 151 return View.TRANSLATION_X; in getProperty()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
D | MagnetizedObject.kt | 684 DynamicAnimation.TRANSLATION_X, in <lambda>()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 39 public static final int TRANSLATION_X = 0; field in RenderNodeAnimator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardQsUserSwitchController.java | 292 PropertyAnimator.setProperty(mView, AnimatableProperty.TRANSLATION_X, -Math.abs(x), in updatePosition()
|
D | KeyguardUserSwitcherController.java | 340 PropertyAnimator.setProperty(mListView, AnimatableProperty.TRANSLATION_X, -Math.abs(x), in updatePosition()
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 884 View.TRANSLATION_X, offset, mThumbImage, mTrackImage) in transitionToHidden() 908 View.TRANSLATION_X, 0f, mThumbImage, mTrackImage).setDuration(DURATION_FADE_IN); in transitionToVisible() 929 View.TRANSLATION_X, 0f, mThumbImage, mTrackImage).setDuration(DURATION_FADE_IN); in transitionToDragging()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | PhysicsAnimator.kt | 1050 DynamicAnimation.TRANSLATION_X -> "translationX" in getReadablePropertyName()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 188 PropertyAnimator.setProperty(mAodIcons, AnimatableProperty.TRANSLATION_X, x, props, in updatePosition()
|