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.java224 private FrameLayout mExpandedViewContainer; field in BubbleStackView
305 pw.print(" expandedContainerVis: "); pw.println(mExpandedViewContainer.getVisibility()); in dump()
306 pw.print(" expandedContainerAlpha: "); pw.println(mExpandedViewContainer.getAlpha()); in dump()
308 pw.println(mExpandedViewContainer.getAnimationMatrix()); in dump()
838 mExpandedViewContainer = new FrameLayout(context); in BubbleStackView()
839 mExpandedViewContainer.setElevation(elevation); in BubbleStackView()
840 mExpandedViewContainer.setClipChildren(false); in BubbleStackView()
841 addView(mExpandedViewContainer); in BubbleStackView()
955 mExpandedViewContainer.setPadding(leftPadding, mExpandedViewPadding, in BubbleStackView()
966 mExpandedViewContainer.setTranslationX(0); in BubbleStackView()
[all …]