Home
last modified time | relevance | path

Searched refs:getOffsetForChainedPropertyAnimation (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java252 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X)); in testSetController()
261 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X)); in testSetController()
274 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.TRANSLATION_X)); in testSetController()
482 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) {
DPhysicsAnimationLayoutTestCase.java261 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) { in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
262 return mWrappedController.getOffsetForChainedPropertyAnimation(property); in getOffsetForChainedPropertyAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java757 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) { in getOffsetForChainedPropertyAnimation() method in StackAnimationController
905 .property(property, value + getOffsetForChainedPropertyAnimation(property)) in moveFirstBubbleWithStackFollowing()
930 final float xOffset = getOffsetForChainedPropertyAnimation( in setStackPosition()
932 final float yOffset = getOffsetForChainedPropertyAnimation( in setStackPosition()
963 getOffsetForChainedPropertyAnimation(DynamicAnimation.TRANSLATION_X); in animateInBubble()
DPhysicsAnimationLayout.java119 abstract float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property); in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayout.PhysicsAnimationController
540 final float offset = mController.getOffsetForChainedPropertyAnimation(property);
DExpandedAnimationController.java506 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) { in getOffsetForChainedPropertyAnimation() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md25 ```float getOffsetForChainedPropertyAnimation(ViewProperty property)```
66 …ringing towards (100, 200), plus any offset returned by ```getOffsetForChainedPropertyAnimation```.