Searched refs:getOffsetForChainedPropertyAnimation (Results 1 – 6 of 6) sorted by relevance
598 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) {636 final float xOffset = getOffsetForChainedPropertyAnimation(DynamicAnimation.TRANSLATION_X);705 .property(property, value + getOffsetForChainedPropertyAnimation(property))722 final float xOffset = getOffsetForChainedPropertyAnimation(724 final float yOffset = getOffsetForChainedPropertyAnimation(752 float xOffset = getOffsetForChainedPropertyAnimation(DynamicAnimation.TRANSLATION_X);
112 abstract float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property); in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayout.PhysicsAnimationController492 final float offset = mController.getOffsetForChainedPropertyAnimation(property);
338 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) { in getOffsetForChainedPropertyAnimation() method in ExpandedAnimationController
245 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X)); in testSetController()254 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.SCALE_X)); in testSetController()267 .getOffsetForChainedPropertyAnimation(eq(DynamicAnimation.TRANSLATION_X)); in testSetController()470 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) {
257 float getOffsetForChainedPropertyAnimation(DynamicAnimation.ViewProperty property) { in getOffsetForChainedPropertyAnimation() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper258 return mWrappedController.getOffsetForChainedPropertyAnimation(property); in getOffsetForChainedPropertyAnimation()
21 ```float getOffsetForChainedPropertyAnimation(ViewProperty property)```57 …ringing towards (100, 200), plus any offset returned by ```getOffsetForChainedPropertyAnimation```.