Home
last modified time | relevance | path

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

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