Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubbleEducationControllerTest.kt26 import com.android.wm.shell.bubbles.BubbleEducationController
45 private lateinit var sut: BubbleEducationController
54 sut = BubbleEducationController(context)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleEducationViewController.kt26 import com.android.wm.shell.bubbles.BubbleEducationController
48 private val controller by lazy { BubbleEducationController(context) }
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEducationController.kt26 class BubbleEducationController(private val context: Context) { regex