Home
last modified time | relevance | path

Searched refs:TRANSLATION_Y (Results 1 – 25 of 32) 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()
110 DynamicAnimation.TRANSLATION_Y, in testFlingSideways()
120 DynamicAnimation.TRANSLATION_Y); in testFlingSideways()
124 DynamicAnimation.TRANSLATION_Y); in testFlingSideways()
136 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter()
145 DynamicAnimation.TRANSLATION_Y, in testFlingUpFromBelowBottomCenter()
153 DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter()
166 DynamicAnimation.TRANSLATION_Y); in testChildAdded()
178 DynamicAnimation.TRANSLATION_Y, in testChildAdded()
[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 …]
DPhysicsAnimationLayoutTest.java72 DynamicAnimation.TRANSLATION_Y)); in setUp()
165 mTestableController.setEndActionForProperty(yEndAction, DynamicAnimation.TRANSLATION_Y); in testSetEndActions()
285 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
295 assertFalse(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
300 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
349 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_Y);
390 DynamicAnimation.TRANSLATION_Y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java176 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, y); in moveFirstBubbleWithStackFollowing()
215 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, in springStack()
272 DynamicAnimation.TRANSLATION_Y, in flingStackThenSpringToEdge()
390 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_Y);
393 removeEndActionForProperty(DynamicAnimation.TRANSLATION_Y);
424 DynamicAnimation.TRANSLATION_Y,
425 getSpringForce(DynamicAnimation.TRANSLATION_Y, /* view */ null)
490 (SpringAnimation) mStackPositionAnimations.get(DynamicAnimation.TRANSLATION_Y);
525 DynamicAnimation.TRANSLATION_Y,
548 DynamicAnimation.TRANSLATION_Y,
[all …]
DPhysicsAnimationLayout.java395 || property.equals(DynamicAnimation.TRANSLATION_Y);
462 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) {
550 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) {
727 return property(DynamicAnimation.TRANSLATION_Y, translationY, endActions);
733 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_Y, from);
781 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_Y);
783 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_Y);
785 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_Y);
840 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_Y, velY);
882 getAnimationFromView(DynamicAnimation.TRANSLATION_Y, mView);
[all …]
DExpandedAnimationController.java253 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()
400 DynamicAnimation.TRANSLATION_Y, in getAnimatedProperties()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java139 static final int TRANSLATION_Y = 0x0002; field in ViewPropertyAnimator
151 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
626 animateProperty(TRANSLATION_Y, value); in translationY()
639 animatePropertyBy(TRANSLATION_Y, value); in translationYBy()
980 case TRANSLATION_Y: in setValue()
1028 case TRANSLATION_Y: in getValue()
DRenderNodeAnimator.java44 public static final int TRANSLATION_Y = 1; field in RenderNodeAnimator
73 put(ViewPropertyAnimator.TRANSLATION_Y, TRANSLATION_Y);
/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})
48 public static final int TRANSLATION_Y = 2; field in AnimationProps
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java227 RenderNodeAnimator.TRANSLATION_Y, endTranslationY); in startTranslationYAnimation()
231 translationAnim = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, in startTranslationYAnimation()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java782 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, 0); in doShow()
786 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doShow()
792 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, 0)); in doShow()
841 ObjectAnimator a = ObjectAnimator.ofFloat(mContainerView, View.TRANSLATION_Y, endingY); in doHide()
845 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doHide()
850 b.with(ObjectAnimator.ofFloat(mSplitView, View.TRANSLATION_Y, in doHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDismissView.java73 new SpringAnimation(mDismissTarget, DynamicAnimation.TRANSLATION_Y) in BubbleDismissView()
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
DMainActivity.java75 RenderNodeAnimator.TRANSLATION_Y, dy * delta); in onItemClick()
/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.h186 TRANSLATION_Y, enumerator
DRenderNode.h82 TRANSLATION_Y = 1 << 3, enumerator
DAnimator.cpp320 {RenderNode::TRANSLATION_Y, &RenderProperties::getTranslationY,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java152 return View.TRANSLATION_Y; in getProperty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java570 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, in startYTranslationAnimation()
573 View.TRANSLATION_Y); in startYTranslationAnimation()
DStackStateAnimator.java118 if (mHeadsUpAppearChildren.contains(child) && View.TRANSLATION_Y.equals(property)) { in StackStateAnimator()
/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…
51 … float)`, for setting specific start velocities for TRANSLATION_X and TRANSLATION_Y, since these t…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java81 .setCustomInterpolator(View.TRANSLATION_Y, Interpolators.ICON_OVERSHOT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java151 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos); in createTranslationAnimation()
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp240 return SET_AND_DIRTY(setTranslationY, ty, RenderNode::TRANSLATION_Y | RenderNode::Y); in android_view_RenderNode_setTranslationY()
/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java316 pvhY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in runItemAnimations()

12