Searched refs:springStack (Results 1 – 2 of 2) sorted by relevance
604 mStackAnimationController.springStack(stackBounds.left, stackBounds.top); in performAccessibilityActionInternal()607 mStackAnimationController.springStack(stackBounds.right, stackBounds.top); in performAccessibilityActionInternal()610 mStackAnimationController.springStack(stackBounds.left, stackBounds.bottom); in performAccessibilityActionInternal()613 mStackAnimationController.springStack(stackBounds.right, stackBounds.bottom); in performAccessibilityActionInternal()
207 public void springStack(float destinationX, float destinationY) { in springStack() method in StackAnimationController