Home
last modified time | relevance | path

Searched refs:spring (Results 1 – 11 of 11) sorted by relevance

/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>()
107 .spring(DynamicAnimation.TRANSLATION_Y, 50f, springConfig) in <lambda>()
108 .spring(DynamicAnimation.SCALE_Y, 1.1f, springConfig) in <lambda>()
143 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
144 .spring(DynamicAnimation.TRANSLATION_Y, 500f, springConfig) in <lambda>()
198 .spring(DynamicAnimation.TRANSLATION_X, 100f, springConfig) in <lambda>()
199 .spring(DynamicAnimation.TRANSLATION_Y, 50f, springConfig) in <lambda>()
216 .spring(DynamicAnimation.TRANSLATION_X, 10f, springConfig) in <lambda>()
229 .spring(DynamicAnimation.TRANSLATION_X, 0f, springConfig) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java255 .spring(FloatProperties.RECT_WIDTH, mBounds.width(), mSpringConfig) in movePip()
256 .spring(FloatProperties.RECT_HEIGHT, mBounds.height(), mSpringConfig) in movePip()
257 .spring(FloatProperties.RECT_X, toBounds.left, mSpringConfig) in movePip()
258 .spring(FloatProperties.RECT_Y, toBounds.top, mSpringConfig); in movePip()
284 .spring(FloatProperties.RECT_X, destinationX, velX, mSpringConfig) in animateIntoDismissTarget()
285 .spring(FloatProperties.RECT_Y, destinationY, velY, mSpringConfig) in animateIntoDismissTarget()
286 .spring(FloatProperties.RECT_WIDTH, desiredWidth, mSpringConfig) in animateIntoDismissTarget()
287 .spring(FloatProperties.RECT_HEIGHT, desiredHeight, mSpringConfig) in animateIntoDismissTarget()
373 .spring(FloatProperties.RECT_WIDTH, mBounds.width(), mSpringConfig) in flingToSnapTarget()
374 .spring(FloatProperties.RECT_HEIGHT, mBounds.height(), mSpringConfig) in flingToSnapTarget()
[all …]
DPipTouchHandler.java587 .spring(DynamicAnimation.TRANSLATION_Y, 0f, mTargetSpringConfig) in showDismissTargetMaybe()
599 .spring(DynamicAnimation.TRANSLATION_Y, in hideDismissTarget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DPhysicsAnimator.kt172 fun spring( in spring() method
194 fun spring( in spring() method
200 return spring( in spring()
210 fun spring( in spring() method
215 return spring(property, toPosition, 0f, config) in spring()
224 fun spring( in spring() method
228 return spring(property, toPosition, 0f) in spring()
336 return spring(property, toPosition, startVelocity, springConfig) in flingThenSpring()
833 val springForce = anim.spring ?: SpringForce() in applyToAnimation()
834 anim.spring = springForce.apply { in applyToAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java315 SpringForce spring, Float finalPosition) { in flingThenSpringFirstBubbleWithStackFollowing() argument
318 property, vel, friction, spring, finalPosition)); in flingThenSpringFirstBubbleWithStackFollowing()
323 SpringForce spring, float vel, float finalPosition, Runnable... after) { in springFirstBubbleWithStackFollowing() argument
326 property, spring, vel, finalPosition, after)); in springFirstBubbleWithStackFollowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1945 .spring(AnimatableScaleMatrix.SCALE_X, in animateExpansion()
1948 .spring(AnimatableScaleMatrix.SCALE_Y, in animateExpansion()
2019 .spring(AnimatableScaleMatrix.SCALE_X, 0f, mScaleOutSpringConfig) in animateCollapse()
2020 .spring(AnimatableScaleMatrix.SCALE_Y, 0f, mScaleOutSpringConfig) in animateCollapse()
2069 .spring(DynamicAnimation.SCALE_X, 0f, mScaleOutSpringConfig) in animateSwitchBubbles()
2070 .spring(DynamicAnimation.SCALE_Y, 0f, mScaleOutSpringConfig) in animateSwitchBubbles()
2071 .spring(DynamicAnimation.TRANSLATION_Y, in animateSwitchBubbles()
2098 .spring(AnimatableScaleMatrix.SCALE_X, in animateSwitchBubbles()
2101 .spring(AnimatableScaleMatrix.SCALE_Y, in animateSwitchBubbles()
2168 .spring(DynamicAnimation.TRANSLATION_Y, in onImeVisibilityChanged()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java471 SpringForce spring,
510 springFirstBubbleWithStackFollowing(property, spring, endVelocity,
694 DynamicAnimation.ViewProperty property, SpringForce spring, in springFirstBubbleWithStackFollowing() argument
712 .setSpring(spring) in springFirstBubbleWithStackFollowing()
806 .spring(DynamicAnimation.ALPHA, 0f) in onChildRemoved()
807 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
808 .spring(DynamicAnimation.SCALE_Y, 0f, mAnimateOutSpringConfig) in onChildRemoved()
DExpandedAnimationController.java551 .spring(DynamicAnimation.ALPHA, 0f) in onChildRemoved()
552 .spring(DynamicAnimation.SCALE_X, 0f, mAnimateOutSpringConfig) in onChildRemoved()
553 .spring(DynamicAnimation.SCALE_Y, 0f, mAnimateOutSpringConfig) in onChildRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaCarouselScrollHandler.kt308 PhysicsAnimator.getInstance(this).spring(CONTENT_TRANSLATION, in onTouch()
369 physicsAnimator.spring(CONTENT_TRANSLATION, in onScroll()
407 PhysicsAnimator.getInstance(this).spring(CONTENT_TRANSLATION, in onFling()
434 PhysicsAnimator.getInstance(this).spring(CONTENT_TRANSLATION, in resetTranslation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSContainerImpl.java250 physicsAnimator.spring(BACKGROUND_BOTTOM, height, BACKGROUND_SPRING).start(); in updateBackgroundBottom()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md64 This would use the physics animations constructed by the layout to spring the view to *(100, 200)* …