Searched refs:getOffsetForChainedPropertyAnimation (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTest.java | 253 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 262 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 275 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.TRANSLATION_X), anyInt()); in testSetController() 489 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property,
|
D | PhysicsAnimationLayoutTestCase.java | 270 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper 272 return mWrappedController.getOffsetForChainedPropertyAnimation(property, index); in getOffsetForChainedPropertyAnimation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationController.java | 687 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { in getOffsetForChainedPropertyAnimation() method in StackAnimationController 911 float newValue = value + getOffsetForChainedPropertyAnimation(property, 0); in moveFirstBubbleWithStackFollowing() 934 final float xOffset = getOffsetForChainedPropertyAnimation( in setStackPosition() 936 final float yOffset = getOffsetForChainedPropertyAnimation( in setStackPosition() 962 getOffsetForChainedPropertyAnimation(DynamicAnimation.TRANSLATION_Y, 0); in animateInBubble()
|
D | PhysicsAnimationLayout.java | 120 abstract float getOffsetForChainedPropertyAnimation( in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayout.PhysicsAnimationController 582 final float offset = mController.getOffsetForChainedPropertyAnimation(property,
|
D | ExpandedAnimationController.java | 528 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { in getOffsetForChainedPropertyAnimation() method in ExpandedAnimationController
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 25 ```float getOffsetForChainedPropertyAnimation(ViewProperty property)``` 66 …ringing towards (100, 200), plus any offset returned by ```getOffsetForChainedPropertyAnimation```.
|