Searched refs:mEducationViewController (Results 1 – 1 of 1) sorted by relevance
73 private final BubbleEducationViewController mEducationViewController; field in BubbleBarLayerView104 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 …]