Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java252 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController()
261 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController()
274 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.TRANSLATION_X), anyInt()); in testSetController()
482 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property,
H A DPhysicsAnimationLayoutTestCase.java261 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
263 return mWrappedController.getOffsetForChainedPropertyAnimation(property, index); in getOffsetForChainedPropertyAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java686 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { in getOffsetForChainedPropertyAnimation() method in StackAnimationController
899 float newValue = value + getOffsetForChainedPropertyAnimation(property, 0); in moveFirstBubbleWithStackFollowing()
922 final float xOffset = getOffsetForChainedPropertyAnimation( in setStackPosition()
924 final float yOffset = getOffsetForChainedPropertyAnimation( in setStackPosition()
950 getOffsetForChainedPropertyAnimation(DynamicAnimation.TRANSLATION_Y, 0); in animateInBubble()
H A DPhysicsAnimationLayout.java120 abstract float getOffsetForChainedPropertyAnimation( in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayout.PhysicsAnimationController
568 final float offset = mController.getOffsetForChainedPropertyAnimation(property,
H A DExpandedAnimationController.java502 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property, int index) { in getOffsetForChainedPropertyAnimation() method in ExpandedAnimationController
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md25 ```float getOffsetForChainedPropertyAnimation(ViewProperty property)```
66 …ringing towards (100, 200), plus any offset returned by ```getOffsetForChainedPropertyAnimation```.