Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DStackAnimationControllerTest.java85 mStackController.moveFirstBubbleWithStackFollowing(200, 100); in testMoveFirstBubbleWithStackFollowing()
99 mStackController.moveFirstBubbleWithStackFollowing(1000, 500); in testMoveFirstBubbleWithStackFollowing()
151 mStackController.moveFirstBubbleWithStackFollowing(mWidth / 2f, mHeight + 100); in testFlingUpFromBelowBottomCenter()
180 mStackController.moveFirstBubbleWithStackFollowing(0f, 500f); in testChildAdded()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java275 public void moveFirstBubbleWithStackFollowing(float x, float y) { in moveFirstBubbleWithStackFollowing() method in StackAnimationController
283 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_X, x); in moveFirstBubbleWithStackFollowing()
284 moveFirstBubbleWithStackFollowing(DynamicAnimation.TRANSLATION_Y, y); in moveFirstBubbleWithStackFollowing()
592 moveFirstBubbleWithStackFollowing(x, y);
898 private void moveFirstBubbleWithStackFollowing( in moveFirstBubbleWithStackFollowing() method in StackAnimationController
1074 moveFirstBubbleWithStackFollowing(mProperty, value); in setValue()