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