Searched refs:educationView (Results 1 – 1 of 1) sorted by relevance
49 private var educationView: BubblePopupView? = null in onEducationVisibilityChanged() variable in com.android.wm.shell.bubbles.bar.BubbleEducationViewController70 get() = educationView != null && rootView != null105 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()