Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java584 mStackEduView.hide(false /* fromExpansion */);
846 private StackEducationView mStackEduView; field in BubbleStackView
1060 mStackEduView.hide(false /* isExpanding */); in BubbleStackView()
1346 if (mStackEduView == null) { in maybeShowStackEdu()
1348 addView(mStackEduView); in maybeShowStackEdu()
1358 return mStackEduView != null && mStackEduView.getVisibility() == VISIBLE; in isStackEduVisible()
1364 removeView(mStackEduView); in updateUserEdu()
1366 addView(mStackEduView); in updateUserEdu()
1445 if (mStackEduView != null) { in onLayoutDirectionChanged()
1446 mStackEduView.setLayoutDirection(direction); in onLayoutDirectionChanged()
[all …]