Searched refs:mStackEduView (Results 1 – 1 of 1) sorted by relevance
559 mStackEduView.hide(false /* fromExpansion */);748 private StackEducationView mStackEduView; field in BubbleStackView949 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 …]