Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java234 private FrameLayout mExpandedViewContainer; field in BubbleStackView
336 pw.print(" expandedContainerVis: "); pw.println(mExpandedViewContainer.getVisibility()); in dump()
337 pw.print(" expandedContainerAlpha: "); pw.println(mExpandedViewContainer.getAlpha()); in dump()
339 pw.println(mExpandedViewContainer.getAnimationMatrix()); in dump()
962 mExpandedViewContainer = new FrameLayout(context); in BubbleStackView()
963 mExpandedViewContainer.setElevation(mBubbleElevation); in BubbleStackView()
964 mExpandedViewContainer.setClipChildren(false); in BubbleStackView()
965 addView(mExpandedViewContainer); in BubbleStackView()
995 mExpandedViewContainer.getPaddingLeft(), in BubbleStackView()
996 mExpandedViewContainer.getPaddingTop(), in BubbleStackView()
[all …]
DBubbleExpandedView.java198 private final FrameLayout mExpandedViewContainer = new FrameLayout(getContext()); field in BubbleExpandedView
356 mExpandedViewContainer.setOutlineProvider(new ViewOutlineProvider() { in onFinishInflate()
364 mExpandedViewContainer.setClipToOutline(true); in onFinishInflate()
365 mExpandedViewContainer.setLayoutParams( in onFinishInflate()
367 addView(mExpandedViewContainer); in onFinishInflate()
443 mExpandedViewContainer.addView(mOverflowView, lp); in initialize()
444 mExpandedViewContainer.setLayoutParams( in initialize()
461 mExpandedViewContainer.addView(mTaskView, lp); in initialize()
548 mExpandedViewContainer.setBackgroundColor(mBackgroundColorFloating); in applyThemeAttrs()
738 mExpandedViewContainer.setTranslationY(translationY); in setContentTranslationY()
[all …]