Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java73 private final BubbleEducationViewController mEducationViewController;
104 mEducationViewController = new BubbleEducationViewController(context, (boolean visible) -> { in BubbleBarLayerView()
DBubbleEducationViewController.kt43 class BubbleEducationViewController(private val context: Context, private val listener: Listener) { class