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