Searched refs:springStack (Results 1 – 2 of 2) sorted by relevance
549 mStackAnimationController.springStack(stackBounds.left, stackBounds.top); in performAccessibilityActionInternal()552 mStackAnimationController.springStack(stackBounds.right, stackBounds.top); in performAccessibilityActionInternal()555 mStackAnimationController.springStack(stackBounds.left, stackBounds.bottom); in performAccessibilityActionInternal()558 mStackAnimationController.springStack(stackBounds.right, stackBounds.bottom); in performAccessibilityActionInternal()
198 public void springStack(float destinationX, float destinationY) { in springStack() method in StackAnimationController