Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarMenuViewController.java40 class BubbleBarMenuViewController { class
52 BubbleBarMenuViewController(Context context, ViewGroup rootView) { in BubbleBarMenuViewController() method in BubbleBarMenuViewController
DBubbleBarExpandedView.java88 private BubbleBarMenuViewController mMenuViewController;
190 mMenuViewController = new BubbleBarMenuViewController(mContext, this); in initialize()
191 mMenuViewController.setListener(new BubbleBarMenuViewController.Listener() { in initialize()