/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/animation/ |
D | PhysicsAnimatorTest.kt | 97 .spring(DynamicAnimation.TRANSLATION_X, 50f, springConfig) in <lambda>() 106 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>() 121 .fling(DynamicAnimation.TRANSLATION_X, 1000f /* startVelocity */, flingConfig) in <lambda>() 143 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>() 149 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(animator, DynamicAnimation.TRANSLATION_X) in <lambda>() 161 DynamicAnimation.TRANSLATION_X, in <lambda>() 198 .spring(DynamicAnimation.TRANSLATION_X, 100f, springConfig) in <lambda>() 216 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>() 224 eq(testView), eq(DynamicAnimation.TRANSLATION_X), eq(false), eq(false), anyFloat(), in <lambda>() 229 .spring(DynamicAnimation.TRANSLATION_X, 0f, springConfig) in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationControllerTest.java | 91 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 106 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 121 DynamicAnimation.TRANSLATION_X, in testFlingSideways() 133 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 137 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 150 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 156 DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 166 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 179 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testChildAdded() 191 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)); in testSetController() 285 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating() [all …]
|
D | ExpandedAnimationControllerTest.java | 84 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 91 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 105 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded() 118 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved() 125 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in expand()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 397 property.equals(DynamicAnimation.TRANSLATION_X) 466 if (property.equals(DynamicAnimation.TRANSLATION_X)) { 556 if (property.equals(DynamicAnimation.TRANSLATION_X)) { 722 return property(DynamicAnimation.TRANSLATION_X, translationX, endActions); 728 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_X, from); 805 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_X); 807 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_X); 809 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_X); 864 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_X, velX); 905 getAnimationFromView(DynamicAnimation.TRANSLATION_X, mView); [all …]
|
D | StackAnimationController.java | 283 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, x); in moveFirstBubbleWithStackFollowing() 319 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, in springStack() 399 DynamicAnimation.TRANSLATION_X, in flingStackThenSpringToEdge() 484 property.equals(DynamicAnimation.TRANSLATION_X) 488 property.equals(DynamicAnimation.TRANSLATION_X) 528 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_X); 531 removeEndActionForProperty(DynamicAnimation.TRANSLATION_X); 649 DynamicAnimation.TRANSLATION_X); 738 DynamicAnimation.TRANSLATION_X, // For positioning. in getAnimatedProperties() 747 if (property.equals(DynamicAnimation.TRANSLATION_X) in getNextAnimationInChain() [all …]
|
D | ExpandedAnimationController.java | 334 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y) { in prepareForBubbleDrag() 377 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut() 493 DynamicAnimation.TRANSLATION_X, in getAnimatedProperties()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 138 static final int TRANSLATION_X = 0x0001; field in ViewPropertyAnimator 151 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z | 600 animateProperty(TRANSLATION_X, value); in translationX() 613 animatePropertyBy(TRANSLATION_X, value); in translationXBy() 977 case TRANSLATION_X: in setValue() 1026 case TRANSLATION_X: in getValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/ |
D | AudioRecordingDisclosureBar.java | 284 View.TRANSLATION_X, initialOffset, 0), in show() 332 ObjectAnimator.ofFloat(mIconTextsContainer, View.TRANSLATION_X, 0), in expand() 355 ObjectAnimator.ofFloat(mIconTextsContainer, View.TRANSLATION_X, targetOffset), in minimize() 379 ObjectAnimator.ofFloat(mIndicatorView, View.TRANSLATION_X, targetOffset), in hide()
|
/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/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/assist/ |
D | AssistHandleViewController.java | 143 Animator translateX = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, in getHandleAnimator()
|
/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 | 82 TRANSLATION_X = 1 << 2, enumerator
|
D | Animator.cpp | 318 {RenderNode::TRANSLATION_X, &RenderProperties::getTranslationX,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 150 return View.TRANSLATION_X; in getProperty()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 39 public static final int TRANSLATION_X = 0; field in RenderNodeAnimator
|
/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()
|
D | ActionMenuPresenter.java | 312 pvhX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X, in runItemAnimations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | PhysicsAnimator.kt | 1020 DynamicAnimation.TRANSLATION_X -> "translationX" in getReadablePropertyName()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 170 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos); in createTranslationAnimation()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 84 a1 = ObjectAnimator.ofFloat(square1, View.TRANSLATION_X, 0f, 500f, 0f).setDuration(250); in setUp()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_RenderNode.cpp | 234 return SET_AND_DIRTY(setTranslationX, tx, RenderNode::TRANSLATION_X | RenderNode::X); in android_view_RenderNode_setTranslationX()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 2634 .spring(DynamicAnimation.TRANSLATION_X, targetX) in showManageMenu() 2648 .spring(DynamicAnimation.TRANSLATION_X, targetX - xOffsetForAnimation) in showManageMenu()
|