Home
last modified time | relevance | path

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

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