Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java158 private FrameLayout mExpandedViewContainer; field in BubbleStackView
338 mExpandedViewContainer = new FrameLayout(context); in BubbleStackView()
339 mExpandedViewContainer.setElevation(elevation); in BubbleStackView()
340 mExpandedViewContainer.setPadding(mExpandedViewPadding, mExpandedViewPadding, in BubbleStackView()
342 mExpandedViewContainer.setClipChildren(false); in BubbleStackView()
343 addView(mExpandedViewContainer); in BubbleStackView()
372 new SpringAnimation(mExpandedViewContainer, DynamicAnimation.TRANSLATION_X); in BubbleStackView()
379 new SpringAnimation(mExpandedViewContainer, DynamicAnimation.TRANSLATION_Y); in BubbleStackView()
490 if (mIsExpanded && isIntersecting(mExpandedViewContainer, x, y)) { in onInterceptTouchEvent()
752 mExpandedViewContainer.setAlpha(0.0f); in setSelectedBubble()
[all …]