Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt101 fun showStackEducation(position: Point, root: ViewGroup, educationClickHandler: () -> Unit) { in showStackEducation() method
DBubbleBarLayerView.java322 mEducationViewController.showStackEducation(position, /* root = */ this, () -> { in showUserEducation()