Home
last modified time | relevance | path

Searched refs:moveFirstBubbleWithStackFollowing (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java69 mStackController.moveFirstBubbleWithStackFollowing(200, 100); in testMoveFirstBubbleWithStackFollowing()
83 mStackController.moveFirstBubbleWithStackFollowing(1000, 500); in testMoveFirstBubbleWithStackFollowing()
135 mStackController.moveFirstBubbleWithStackFollowing(mWidth / 2f, mHeight + 100); in testFlingUpFromBelowBottomCenter()
164 mStackController.moveFirstBubbleWithStackFollowing(0f, 500f); in testChildAdded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java161 public void moveFirstBubbleWithStackFollowing(float x, float y) { in moveFirstBubbleWithStackFollowing() method in StackAnimationController
166 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, x); in moveFirstBubbleWithStackFollowing()
167 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, y); in moveFirstBubbleWithStackFollowing()
483 moveFirstBubbleWithStackFollowing(x, y);
691 private void moveFirstBubbleWithStackFollowing(
802 moveFirstBubbleWithStackFollowing(mProperty, value);