Home
last modified time | relevance | path

Searched refs:TRANSLATION_Y (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()
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.java77 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse()
84 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse()
97 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded()
109 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved()
126 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDraggedNotDismissedSnapsBack()
144 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDismissed()
165 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss()
175 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss()
195 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag()
209 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag()
[all …]
DPhysicsAnimationLayoutTest.java71 DynamicAnimation.TRANSLATION_Y)); in setUp()
160 mLayout.setEndActionForProperty(yEndAction, DynamicAnimation.TRANSLATION_Y); in testSetEndActions()
277 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
287 assertFalse(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
292 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
340 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_Y);
380 DynamicAnimation.TRANSLATION_Y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java167 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, y); in moveFirstBubbleWithStackFollowing()
206 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, in springStack()
257 DynamicAnimation.TRANSLATION_Y, in flingStackThenSpringToEdge()
270 mLayout.removeEndActionForProperty(DynamicAnimation.TRANSLATION_Y); in flingStackThenSpringToEdge()
272 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in flingStackThenSpringToEdge()
369 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_Y);
372 mLayout.removeEndActionForProperty(DynamicAnimation.TRANSLATION_Y);
403 DynamicAnimation.TRANSLATION_Y,
404 getSpringForce(DynamicAnimation.TRANSLATION_Y, /* view */ null)
469 (SpringAnimation) mStackPositionAnimations.get(DynamicAnimation.TRANSLATION_Y);
[all …]
DPhysicsAnimationLayout.java425 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) {
508 } else if (property.equals(DynamicAnimation.TRANSLATION_Y)) {
643 return property(DynamicAnimation.TRANSLATION_Y, translationY, endActions);
649 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_Y, from);
716 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_Y, velY);
758 getAnimationFromView(DynamicAnimation.TRANSLATION_Y, mView);
773 mEndActionsForProperty.put(DynamicAnimation.TRANSLATION_Y,
DExpandedAnimationController.java177 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()
326 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/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/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDismissView.java100 new SpringAnimation(mDismissTarget, DynamicAnimation.TRANSLATION_Y) in BubbleDismissView()
/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/docs/
Dphysics-animation-layout.md16 Returns the properties, such as TRANSLATION_X and TRANSLATION_Y, for which the layout should constr…
42 … float)`, for setting specific start velocities for TRANSLATION_X and TRANSLATION_Y, since these t…
/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.java117 if (mHeadsUpAppearChildren.contains(child) && View.TRANSLATION_Y.equals(property)) { in StackStateAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java151 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos); in createTranslationAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java81 .setCustomInterpolator(View.TRANSLATION_Y, Interpolators.ICON_OVERSHOT);
/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