Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java559 mStackEduView.hide(false /* fromExpansion */);
748 private StackEducationView mStackEduView; field in BubbleStackView
949 mStackEduView.hide(false /* isExpanding */); in BubbleStackView()
1187 if (mStackEduView == null) { in maybeShowStackEdu()
1189 addView(mStackEduView); in maybeShowStackEdu()
1196 return mStackEduView != null && mStackEduView.getVisibility() == VISIBLE; in isStackEduShowing()
1202 removeView(mStackEduView); in updateUserEdu()
1204 addView(mStackEduView); in updateUserEdu()
1291 if (mStackEduView != null) { in onLayoutDirectionChanged()
1292 mStackEduView.setLayoutDirection(direction); in onLayoutDirectionChanged()
[all …]