Home
last modified time | relevance | path

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

12

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/animation/
DPhysicsAnimatorTest.kt112 .spring(DynamicAnimation.TRANSLATION_X, 50f, springConfig) in <lambda>()
121 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
136 .fling(DynamicAnimation.TRANSLATION_X, 1000f /* startVelocity */, flingConfig) in <lambda>()
158 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
164 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(animator, DynamicAnimation.TRANSLATION_X) in <lambda>()
176 DynamicAnimation.TRANSLATION_X, in <lambda>()
213 .spring(DynamicAnimation.TRANSLATION_X, 100f, springConfig) in <lambda>()
231 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
239 eq(testView), eq(DynamicAnimation.TRANSLATION_X), eq(false), eq(false), anyFloat(), in <lambda>()
244 .spring(DynamicAnimation.TRANSLATION_X, 0f, springConfig) in <lambda>()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DStackAnimationControllerTest.java93 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing()
108 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing()
123 DynamicAnimation.TRANSLATION_X, in testFlingSideways()
135 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways()
139 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways()
152 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter()
158 DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter()
168 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter()
181 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testChildAdded()
193 DynamicAnimation.TRANSLATION_X, in testChildAdded()
[all …]
DPhysicsAnimationLayoutTest.java71 DynamicAnimation.TRANSLATION_X, in setUp()
74 mTestableController.setChainedProperties(Sets.newHashSet(DynamicAnimation.TRANSLATION_X)); in setUp()
76 DynamicAnimation.TRANSLATION_X, TEST_TRANSLATION_X_OFFSET); in setUp()
165 mTestableController.setEndActionForProperty(xEndAction, DynamicAnimation.TRANSLATION_X); in testSetEndActions()
200 mTestableController.setEndActionForProperty(xEndListener, DynamicAnimation.TRANSLATION_X); in testRemoveEndListeners()
215 mTestableController.removeEndActionForProperty(DynamicAnimation.TRANSLATION_X); in testRemoveEndListeners()
269 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); in testSetController()
273 .getNextAnimationInChain(eq(DynamicAnimation.TRANSLATION_X), anyInt()); in testSetController()
275 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.TRANSLATION_X), anyInt()); in testSetController()
286 DynamicAnimation.TRANSLATION_X, in testArePropertiesAnimating()
[all …]
DExpandedAnimationControllerTest.java203 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in waitForAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java421 property.equals(DynamicAnimation.TRANSLATION_X)
495 if (property.equals(DynamicAnimation.TRANSLATION_X)) {
600 if (property.equals(DynamicAnimation.TRANSLATION_X)) {
768 return property(DynamicAnimation.TRANSLATION_X, translationX, endActions);
780 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_X, from);
858 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_X);
861 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_X);
864 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_X);
920 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_X, velX);
962 getSpringAnimationFromView(DynamicAnimation.TRANSLATION_X, mView);
[all …]
DStackAnimationController.java283 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, x); in moveFirstBubbleWithStackFollowing()
313 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, in springStack()
393 DynamicAnimation.TRANSLATION_X, in flingStackThenSpringToEdge()
463 property.equals(DynamicAnimation.TRANSLATION_X)
467 property.equals(DynamicAnimation.TRANSLATION_X)
507 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_X);
510 removeEndActionForProperty(DynamicAnimation.TRANSLATION_X);
575 DynamicAnimation.TRANSLATION_X);
668 DynamicAnimation.TRANSLATION_X, // For positioning. in getAnimatedProperties()
677 if (property.equals(DynamicAnimation.TRANSLATION_X) in getNextAnimationInChain()
[all …]
DExpandedAnimationController.java361 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y) { in prepareForBubbleDrag()
410 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()
514 DynamicAnimation.TRANSLATION_X, in getAnimatedProperties()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuAnimationController.java125 springMenuWith(DynamicAnimation.TRANSLATION_X, in moveToPositionX()
130 DynamicAnimation.TRANSLATION_X.setValue(mMenuView, positionX); in moveToPositionX()
211 flingThenSpringMenuWith(DynamicAnimation.TRANSLATION_X, in flingMenuThenSpringToEdge()
231 property.equals(DynamicAnimation.TRANSLATION_X)
235 property.equals(DynamicAnimation.TRANSLATION_X)
342 flingThenSpringMenuWith(DynamicAnimation.TRANSLATION_X, in moveToEdgeAndHide()
359 springMenuWith(DynamicAnimation.TRANSLATION_X, in moveOutEdgeAndShow()
376 cancelAnimation(DynamicAnimation.TRANSLATION_X); in cancelAnimations()
DDragToInteractAnimationController.java197 DynamicAnimation.TRANSLATION_X), in createMagnetizedObjectAndAnimator()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java141 static final int TRANSLATION_X = 0x0001; field in ViewPropertyAnimator
154 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
604 animateProperty(TRANSLATION_X, value); in translationX()
617 animatePropertyBy(TRANSLATION_X, value); in translationXBy()
981 case TRANSLATION_X: in setValue()
1030 case TRANSLATION_X: in getValue()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DMenuAnimationControllerTest.java235 DynamicAnimation.TRANSLATION_X).isRunning()).isTrue(); in tuck_animates()
243 DynamicAnimation.TRANSLATION_X).isRunning()).isTrue(); in untuck_animates()
252 mMenuAnimationController.springMenuWith(DynamicAnimation.TRANSLATION_X, new SpringForce() in setupAndRunSpringAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAnimatableProperty.java39 public static final AnimatableProperty TRANSLATION_X = AnimatableProperty.from( field in AnimatableProperty
40 View.TRANSLATION_X, R.id.x_animator_tag, R.id.x_animator_tag_start_value,
/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.h83 TRANSLATION_X = 1 << 2, enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java19 import static androidx.dynamicanimation.animation.DynamicAnimation.TRANSLATION_X;
209 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, newPos); in createTranslationAnimation()
567 return PhysicsAnimator.getInstance(target).spring(TRANSLATION_X, toPosition, startVelocity, in createSnapBackAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java614 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_X, in startXTranslationAnimation()
617 View.TRANSLATION_X); in startXTranslationAnimation()
628 View.TRANSLATION_X); in startXTranslationAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java21 import static android.view.View.TRANSLATION_X;
386 ObjectAnimator.ofFloat(bbev, TRANSLATION_X, bbev.getTranslationX() + xDiff), in animateIntoTarget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java162 return View.TRANSLATION_X; in getProperty()
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java39 public static final int TRANSLATION_X = 0; field in RenderNodeAnimator
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DPerfettoViewCapture.kt194 os.write(ViewCaptureMessage.View.TRANSLATION_X, view.translateX) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java352 PropertyAnimator.setProperty(mView, AnimatableProperty.TRANSLATION_X, -Math.abs(x), in updatePosition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt686 DynamicAnimation.TRANSLATION_X, in <lambda>()
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java60 public static final ViewProperty TRANSLATION_X = new ViewProperty("translationX") { field in DynamicAnimation

12