Searched refs:bubbleView (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 250 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument 253 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut() 265 bubbleView.setTranslationX(x); in dragBubbleOut() 266 bubbleView.setTranslationY(y); in dragBubbleOut() 297 View bubbleView, float velX, float velY, float destY, Runnable after) { 300 animationForChild(bubbleView) 329 public void snapBubbleBack(View bubbleView, float velX, float velY) { 330 final int index = mLayout.indexOfChild(bubbleView); 335 .start(() -> bubbleView.setTranslationZ(0f) /* after */);
|