/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationControllerTest.java | 77 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 92 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 107 DynamicAnimation.TRANSLATION_X, in testFlingSideways() 119 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 123 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 136 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 142 DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 152 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 165 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testChildAdded() 177 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 | 83 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 90 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 104 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded() 117 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved() 135 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDraggedNotDismissedSnapsBack() 153 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDismissed() 174 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss() 184 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss() 204 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag() 218 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationController.java | 175 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, x); in moveFirstBubbleWithStackFollowing() 208 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, in springStack() 263 DynamicAnimation.TRANSLATION_X, in flingStackThenSpringToEdge() 344 property.equals(DynamicAnimation.TRANSLATION_X) 348 property.equals(DynamicAnimation.TRANSLATION_X) 389 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_X); 392 removeEndActionForProperty(DynamicAnimation.TRANSLATION_X); 488 (SpringAnimation) mStackPositionAnimations.get(DynamicAnimation.TRANSLATION_X); 518 DynamicAnimation.TRANSLATION_X, 541 DynamicAnimation.TRANSLATION_X, [all …]
|
D | PhysicsAnimationLayout.java | 394 property.equals(DynamicAnimation.TRANSLATION_X) 460 if (property.equals(DynamicAnimation.TRANSLATION_X)) { 548 if (property.equals(DynamicAnimation.TRANSLATION_X)) { 714 return property(DynamicAnimation.TRANSLATION_X, translationX, endActions); 720 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_X, from); 780 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_X); 782 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_X); 784 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_X); 839 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_X, velX); 880 getAnimationFromView(DynamicAnimation.TRANSLATION_X, mView); [all …]
|
D | ExpandedAnimationController.java | 253 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut() 399 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()
|
D | RenderNodeAnimator.java | 43 public static final int TRANSLATION_X = 0; field in RenderNodeAnimator 72 put(ViewPropertyAnimator.TRANSLATION_X, TRANSLATION_X);
|
D | View.java | 27501 …public static final Property<View, Float> TRANSLATION_X = new FloatProperty<View>("translationX") { field in View
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/ |
D | AnimationProps.java | 43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS}) 47 public static final int TRANSLATION_X = 1; field in AnimationProps
|
/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/libs/hwui/ |
D | Animator.h | 185 TRANSLATION_X = 0, enumerator
|
D | RenderNode.h | 81 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/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ViewState.java | 505 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_X, in startXTranslationAnimation() 508 View.TRANSLATION_X); in startXTranslationAnimation()
|
/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/ |
D | SwipeHelper.java | 151 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos); in createTranslationAnimation()
|
D | ScreenDecorations.java | 223 Animator translateX = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, in getHandleAnimator()
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 236 return SET_AND_DIRTY(setTranslationX, tx, RenderNode::TRANSLATION_X | RenderNode::X); in android_view_RenderNode_setTranslationX()
|
/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/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 387 new SpringAnimation(mExpandedViewContainer, DynamicAnimation.TRANSLATION_X); in BubbleStackView()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33877 … field public static final android.util.Property<android.view.View, java.lang.Float> TRANSLATION_X;
|