Searched refs:CONTENT_ALPHA (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.wm.shell.bubbles.BubbleExpandedView.CONTENT_ALPHA;410 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, CONTENT_ALPHA, 0f); in createContentAlphaAnimation()
101 public static final FloatProperty<BubbleExpandedView> CONTENT_ALPHA = field in BubbleExpandedView