Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java374 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument
381 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()
389 bubbleView.setTranslationX(x); in dragBubbleOut()
390 bubbleView.setTranslationY(y); in dragBubbleOut()
433 public void snapBubbleBack(View bubbleView, float velX, float velY) {
437 final int index = mLayout.indexOfChild(bubbleView);
442 .start(() -> bubbleView.setTranslationZ(0f) /* after */);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2333 final BadgedImageView bubbleView = bubble.getIconView(); in shouldShowFlyout() local
2342 || bubbleView == null) { in shouldShowFlyout()
2343 if (bubbleView != null && mFlyout.getVisibility() != VISIBLE) { in shouldShowFlyout()
2344 bubbleView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in shouldShowFlyout()