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.java633 if (mStackEduView != null) {
634 mStackEduView.hide(false /* fromExpansion */);
735 private StackEducationView mStackEduView; field in BubbleStackView
924 } else if (mStackEduView != null && mStackEduView.getVisibility() == VISIBLE) { in BubbleStackView()
925 mStackEduView.hide(false); in BubbleStackView()
1155 if (mStackEduView == null) { in maybeShowStackEdu()
1156 mStackEduView = new StackEducationView(mContext); in maybeShowStackEdu()
1157 addView(mStackEduView); in maybeShowStackEdu()
1160 return mStackEduView.show(mPositioner.getDefaultStartPosition()); in maybeShowStackEdu()
1169 if (mStackEduView != null) { in updateUserEdu()
[all …]