Home
last modified time | relevance | path

Searched refs:TRANSLATION_X (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java77 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 …]
DPhysicsAnimationLayoutTest.java71 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 …]
DExpandedAnimationControllerTest.java83 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/
DStackAnimationController.java175 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 …]
DPhysicsAnimationLayout.java394 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 …]
DExpandedAnimationController.java253 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()
399 DynamicAnimation.TRANSLATION_X, in getAnimatedProperties()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java138 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()
DRenderNodeAnimator.java43 public static final int TRANSLATION_X = 0; field in RenderNodeAnimator
72 put(ViewPropertyAnimator.TRANSLATION_X, TRANSLATION_X);
DView.java27501 …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/
DAnimationProps.java43 @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/
Dphysics-animation-layout.md20 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/
DTranslationAnimationCreator.java73 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, View.TRANSLATION_Y, in createAnimation()
/frameworks/base/libs/hwui/
DAnimator.h185 TRANSLATION_X = 0, enumerator
DRenderNode.h81 TRANSLATION_X = 1 << 2, enumerator
DAnimator.cpp318 {RenderNode::TRANSLATION_X, &RenderProperties::getTranslationX,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java150 return View.TRANSLATION_X; in getProperty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java505 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_X, in startXTranslationAnimation()
508 View.TRANSLATION_X); in startXTranslationAnimation()
/frameworks/base/core/java/android/widget/
DFastScroller.java884 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()
DActionMenuPresenter.java312 pvhX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X, in runItemAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java151 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos); in createTranslationAnimation()
DScreenDecorations.java223 Animator translateX = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, in getHandleAnimator()
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp236 return SET_AND_DIRTY(setTranslationX, tx, RenderNode::TRANSLATION_X | RenderNode::X); in android_view_RenderNode_setTranslationX()
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java84 a1 = ObjectAnimator.ofFloat(square1, View.TRANSLATION_X, 0f, 500f, 0f).setDuration(250); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java387 new SpringAnimation(mExpandedViewContainer, DynamicAnimation.TRANSLATION_X); in BubbleStackView()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33877 … field public static final android.util.Property<android.view.View, java.lang.Float> TRANSLATION_X;

12