Searched refs:mExpandedViewContainer (Results 1 – 2 of 2) sorted by relevance
218 private FrameLayout mExpandedViewContainer; field in BubbleStackView918 mExpandedViewContainer.setElevation(elevation); in BubbleStackView()919 mExpandedViewContainer.setClipChildren(false); in BubbleStackView()920 addView(mExpandedViewContainer); in BubbleStackView()1975 mExpandedViewContainer.setAlpha(0.0f); in showNewlySelectedBubble()2258 mExpandedViewContainer.setTranslationX(0f); in animateExpansion()2260 mExpandedViewContainer.setAlpha(1f); in animateExpansion()2452 mExpandedViewContainer.setAlpha(1f); in animateSwitchBubbles()3057 mExpandedViewContainer.removeAllViews(); in updateExpandedBubble()3067 mExpandedViewContainer.setAlpha(0f); in updateExpandedBubble()[all …]
364 mExpandedViewContainer.setOutlineProvider(new ViewOutlineProvider() { in onFinishInflate()371 mExpandedViewContainer.setClipToOutline(true); in onFinishInflate()372 mExpandedViewContainer.setLayoutParams( in onFinishInflate()374 addView(mExpandedViewContainer); in onFinishInflate()429 mExpandedViewContainer.addView(mOverflowView, lp); in initialize()430 mExpandedViewContainer.setLayoutParams( in initialize()440 mExpandedViewContainer.addView(mTaskView); in initialize()496 mExpandedViewContainer.setBackgroundColor(mBackgroundColorFloating); in applyThemeAttrs()675 mExpandedViewContainer.setTranslationY(translationY); in setContentTranslationY()740 mExpandedViewContainer.invalidateOutline(); in onContainerClipUpdate()[all …]