Home
last modified time | relevance | path

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/
DPhysicsAnimationLayoutTest.java253 .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,
DPhysicsAnimationLayoutTestCase.java270 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/
DStackAnimationController.java687 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()
DPhysicsAnimationLayout.java120 abstract float getOffsetForChainedPropertyAnimation( in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayout.PhysicsAnimationController
582 final float offset = mController.getOffsetForChainedPropertyAnimation(property,
DExpandedAnimationController.java528 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { 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```.