Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/animation/
DPhysicsAnimatorTest.kt97 .spring(DynamicAnimation.TRANSLATION_X, 50f, springConfig) in <lambda>()
106 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
121 .fling(DynamicAnimation.TRANSLATION_X, 1000f /* startVelocity */, flingConfig) in <lambda>()
143 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
149 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(animator, DynamicAnimation.TRANSLATION_X) in <lambda>()
161 DynamicAnimation.TRANSLATION_X, in <lambda>()
198 .spring(DynamicAnimation.TRANSLATION_X, 100f, springConfig) in <lambda>()
216 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
224 eq(testView), eq(DynamicAnimation.TRANSLATION_X), eq(false), eq(false), anyFloat(), in <lambda>()
229 .spring(DynamicAnimation.TRANSLATION_X, 0f, springConfig) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java91 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing()
106 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing()
121 DynamicAnimation.TRANSLATION_X, in testFlingSideways()
133 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways()
137 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways()
150 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter()
156 DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter()
166 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter()
179 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testChildAdded()
191 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.java84 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse()
91 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse()
105 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded()
118 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved()
125 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in expand()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java397 property.equals(DynamicAnimation.TRANSLATION_X)
466 if (property.equals(DynamicAnimation.TRANSLATION_X)) {
556 if (property.equals(DynamicAnimation.TRANSLATION_X)) {
722 return property(DynamicAnimation.TRANSLATION_X, translationX, endActions);
728 mInitialPropertyValues.put(DynamicAnimation.TRANSLATION_X, from);
805 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_X);
807 mInitialPropertyValues.remove(DynamicAnimation.TRANSLATION_X);
809 mEndActionForProperty.remove(DynamicAnimation.TRANSLATION_X);
864 mPositionStartVelocities.put(DynamicAnimation.TRANSLATION_X, velX);
905 getAnimationFromView(DynamicAnimation.TRANSLATION_X, mView);
[all …]
DStackAnimationController.java283 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, x); in moveFirstBubbleWithStackFollowing()
319 springFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, in springStack()
399 DynamicAnimation.TRANSLATION_X, in flingStackThenSpringToEdge()
484 property.equals(DynamicAnimation.TRANSLATION_X)
488 property.equals(DynamicAnimation.TRANSLATION_X)
528 cancelStackPositionAnimation(DynamicAnimation.TRANSLATION_X);
531 removeEndActionForProperty(DynamicAnimation.TRANSLATION_X);
649 DynamicAnimation.TRANSLATION_X);
738 DynamicAnimation.TRANSLATION_X, // For positioning. in getAnimatedProperties()
747 if (property.equals(DynamicAnimation.TRANSLATION_X) in getNextAnimationInChain()
[all …]
DExpandedAnimationController.java334 DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y) { in prepareForBubbleDrag()
377 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()
493 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/
DAudioRecordingDisclosureBar.java284 View.TRANSLATION_X, initialOffset, 0), in show()
332 ObjectAnimator.ofFloat(mIconTextsContainer, View.TRANSLATION_X, 0), in expand()
355 ObjectAnimator.ofFloat(mIconTextsContainer, View.TRANSLATION_X, targetOffset), in minimize()
379 ObjectAnimator.ofFloat(mIndicatorView, View.TRANSLATION_X, targetOffset), in hide()
/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/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleViewController.java143 Animator translateX = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, in getHandleAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java506 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_X, in startXTranslationAnimation()
509 View.TRANSLATION_X); in startXTranslationAnimation()
520 View.TRANSLATION_X); in startXTranslationAnimation()
/frameworks/base/libs/hwui/
DAnimator.h185 TRANSLATION_X = 0, enumerator
DRenderNode.h82 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/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java39 public static final int TRANSLATION_X = 0; field in RenderNodeAnimator
/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/util/animation/
DPhysicsAnimator.kt1020 DynamicAnimation.TRANSLATION_X -> "translationX" in getReadablePropertyName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java170 mSwipeDirection == X ? View.TRANSLATION_X : View.TRANSLATION_Y, newPos); in createTranslationAnimation()
/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/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp234 return SET_AND_DIRTY(setTranslationX, tx, RenderNode::TRANSLATION_X | RenderNode::X); in android_view_RenderNode_setTranslationX()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java2634 .spring(DynamicAnimation.TRANSLATION_X, targetX) in showManageMenu()
2648 .spring(DynamicAnimation.TRANSLATION_X, targetX - xOffsetForAnimation) in showManageMenu()

12