Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleEducationViewController.kt29 import com.android.wm.shell.common.bubbles.BubblePopupView
38 private var educationView: BubblePopupView? = null
39 private var animator: PhysicsAnimator<BubblePopupView>? = null
123 private fun createEducationView(root: ViewGroup): BubblePopupView {
126 as BubblePopupView
139 private fun createAnimation(view: BubblePopupView): PhysicsAnimator<BubblePopupView> {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePopupViewExt.kt21 import com.android.wm.shell.common.bubbles.BubblePopupView
26 fun BubblePopupView.setup() { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubblePopupView.kt24 open class BubblePopupView