Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java56 public class BubbleOverflowContainerView extends LinearLayout { class
110 public BubbleOverflowContainerView(Context context) { in BubbleOverflowContainerView() method in BubbleOverflowContainerView
114 public BubbleOverflowContainerView(Context context, @Nullable AttributeSet attrs) { in BubbleOverflowContainerView() method in BubbleOverflowContainerView
118 public BubbleOverflowContainerView(Context context, @Nullable AttributeSet attrs, in BubbleOverflowContainerView() method in BubbleOverflowContainerView
123 public BubbleOverflowContainerView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleOverflowContainerView() method in BubbleOverflowContainerView
H A DBubbleExpandedView.java149 private BubbleOverflowContainerView mOverflowView;
425 mOverflowView = (BubbleOverflowContainerView) LayoutInflater.from(getContext()).inflate( in initialize()
791 public BubbleOverflowContainerView getOverflow() { in getOverflow()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarExpandedView.java37 import com.android.wm.shell.bubbles.BubbleOverflowContainerView;
75 private @Nullable BubbleOverflowContainerView mOverflowView;
138 mOverflowView = (BubbleOverflowContainerView) LayoutInflater.from(getContext()).inflate( in initialize()