Home
last modified time | relevance | path

Searched refs:BadgedImageView (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java51 public class BadgedImageView extends ConstraintLayout { class
93 public BadgedImageView(Context context) { in BadgedImageView() method in BadgedImageView
97 public BadgedImageView(Context context, AttributeSet attrs) { in BadgedImageView() method in BadgedImageView
101 public BadgedImageView(Context context, AttributeSet attrs, int defStyleAttr) { in BadgedImageView() method in BadgedImageView
105 public BadgedImageView(Context context, AttributeSet attrs, int defStyleAttr, in BadgedImageView() method in BadgedImageView
128 BadgedImageView.this.getOutline(outline); in BadgedImageView()
150 removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.BEHIND_STACK); in showDotAndBadge()
155 addDotSuppressionFlag(BadgedImageView.SuppressionFlag.BEHIND_STACK); in hideDotAndBadge()
H A DBubbleOverflow.kt48 private var overflowBtn: BadgedImageView?
138 val radius = BadgedImageView.DEFAULT_PATH_SIZE / 2f
150 overflowBtn?.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE)
223 override fun getIconView(): BadgedImageView? {
230 ) as BadgedImageView
H A DBubbleViewInfoTask.java19 import static com.android.wm.shell.bubbles.BadgedImageView.DEFAULT_PATH_SIZE;
20 import static com.android.wm.shell.bubbles.BadgedImageView.WHITE_SCRIM_ALPHA;
161 BadgedImageView imageView;
200 info.imageView = (BadgedImageView) inflater.inflate( in populate()
H A DBubbleStackView.java1819 BadgedImageView iconView = bubble.getIconView(); in removeBubble()
1835 if (v instanceof BadgedImageView in removeBubble()
2752 final BadgedImageView bubbleView = bubble.getIconView(); in shouldShowFlyout()
2805 BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in animateInFlyoutForBubble()
3235 BadgedImageView bv = (BadgedImageView) mBubbleContainer.getChildAt(i); in updateBubbleShadows()
3255 BadgedImageView bv = (BadgedImageView) mBubbleContainer.getChildAt(i);
3266 BadgedImageView bv = (BadgedImageView) mBubbleContainer.getChildAt(i);
3276 BadgedImageView bv = (BadgedImageView) mBubbleContainer.getChildAt(i);
3406 if (child instanceof BadgedImageView) {
3407 String key = ((BadgedImageView) child).getKey();
[all …]
H A DBubbleOverflowContainerView.java331 vh.iconView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in onBindViewHolder()
373 public BadgedImageView iconView;
H A DBubble.java103 private BadgedImageView mIconView;
375 public BadgedImageView getIconView() { in getIconView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java41 import com.android.wm.shell.bubbles.BadgedImageView;
825 BadgedImageView bv = (BadgedImageView) v; in updateBadgesAndZOrder()