Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt106 createEducationView(R.layout.bubble_bar_stack_education, root).apply { in showStackEducation()
151 createEducationView(R.layout.bubble_bar_manage_education, root).apply { in showManageEducation()
200 private fun createEducationView(@LayoutRes layout: Int, root: ViewGroup): BubblePopupView { in createEducationView() method