Searched refs:mExpandedViewContainer (Results 1 – 1 of 1) sorted by relevance
158 private FrameLayout mExpandedViewContainer; field in BubbleStackView338 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 …]