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