Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java73 private final BubbleEducationViewController mEducationViewController; field in BubbleBarLayerView
104 mEducationViewController = new BubbleEducationViewController(context, (boolean visible) -> { in BubbleBarLayerView()
152 mEducationViewController.hideEducation(/* animated = */ false); in onDetachedFromWindow()
206 if (mEducationViewController != null && mExpandedView != null) { in showExpandedView()
207 mEducationViewController.maybeShowManageEducation(b, mExpandedView); in showExpandedView()
240 if (mEducationViewController.isEducationVisible()) { in showExpandedView()
241 mEducationViewController.hideEducation(/* animated = */ true); in showExpandedView()
295 mEducationViewController.hideEducation(/* animated = */ true); in collapse()
322 mEducationViewController.showStackEducation(position, /* root = */ this, () -> { in showUserEducation()
324 mEducationViewController.hideEducation(/* animated = */ true, () -> { in showUserEducation()
[all …]