Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java20 import static com.android.wm.shell.bubbles.BubbleExpandedView.CONTENT_ALPHA;
399 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, CONTENT_ALPHA, 0f); in createContentAlphaAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java100 public static final FloatProperty<BubbleExpandedView> CONTENT_ALPHA = field in BubbleExpandedView