Home
last modified time | relevance | path

Searched defs:BubbleBarExpandedView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedView.java60 public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskViewListener.Callback { class
188 public BubbleBarExpandedView(Context context) { in BubbleBarExpandedView() method in BubbleBarExpandedView
192 public BubbleBarExpandedView(Context context, AttributeSet attrs) { in BubbleBarExpandedView() method in BubbleBarExpandedView
196 public BubbleBarExpandedView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleBarExpandedView() method in BubbleBarExpandedView
200 public BubbleBarExpandedView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleBarExpandedView() method in BubbleBarExpandedView
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedViewTest.kt343 private fun BubbleBarExpandedView.menuView(): BubbleBarMenuView { in menuView() method