Searched refs:getNextAnimationInChain (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTest.java | 243 .getNextAnimationInChain(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 252 .getNextAnimationInChain(eq(DynamicAnimation.SCALE_X), anyInt()); in testSetController() 265 .getNextAnimationInChain(eq(DynamicAnimation.TRANSLATION_X), anyInt()); in testSetController() 465 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) {
|
D | PhysicsAnimationLayoutTestCase.java | 252 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) { in getNextAnimationInChain() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper 253 return mWrappedController.getNextAnimationInChain(property, index); in getNextAnimationInChain()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 103 abstract int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index); in getNextAnimationInChain() method in PhysicsAnimationLayout.PhysicsAnimationController 486 final int nextAnimInChain = mController.getNextAnimationInChain(property, indexOfChild);
|
D | ExpandedAnimationController.java | 333 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) { in getNextAnimationInChain() method in ExpandedAnimationController
|
D | StackAnimationController.java | 585 int getNextAnimationInChain(DynamicAnimation.ViewProperty property, int index) {
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 18 ```int getNextAnimationInChain(ViewProperty property, int index)``` 57 If the controller’s ```getNextAnimationInChain``` method set up the first child’s TRANSLATION_X/Y a…
|