Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java616 mStackEduView.hide(false /* fromExpansion */);
692 mStackEduView.hide(false /* fromExpansion */);
888 private StackEducationView mStackEduView; field in BubbleStackView
1108 mStackEduView.hide(false /* isExpanding */); in BubbleStackView()
1465 if (mStackEduView == null) { in maybeShowStackEdu()
1467 mStackEduView = in maybeShowStackEdu()
1469 addView(mStackEduView); in maybeShowStackEdu()
1485 return mStackEduView.show(position); in showStackEdu()
1490 return mStackEduView != null && mStackEduView.getVisibility() == VISIBLE; in isStackEduVisible()
1495 if (isStackEduVisible() && !mStackEduView.isHiding()) { in updateUserEdu()
[all …]