Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt49 private var educationView: BubblePopupView? = null in onEducationVisibilityChanged() variable in com.android.wm.shell.bubbles.bar.BubbleEducationViewController
70 get() = educationView != null && rootView != null
105 educationView = in showStackEducation()
122 root.addView(educationView) in showStackEducation()
150 educationView = in showManageEducation()
161 root.addView(educationView) in showManageEducation()
187 rootView?.removeView(educationView) in cleanUp()
189 educationView = null in cleanUp()
211 return educationView?.let { in createAnimator()