Searched refs:mShouldShowUserEducation (Results 1 – 1 of 1) sorted by relevance
757 private boolean mShouldShowUserEducation; field in BubbleStackView1131 mShouldShowUserEducation = shouldShowBubblesEducation(); in setUpUserEducation()1133 Log.d(TAG, "shouldShowUserEducation: " + mShouldShowUserEducation); in setUpUserEducation()1135 if (mShouldShowUserEducation) { in setUpUserEducation()1506 if (getBubbleCount() == 0 && mShouldShowUserEducation) { in addBubble()1710 if (mShouldShowUserEducation && mUserEducationView.getVisibility() != VISIBLE) { in maybeShowStackUserEducation()1761 if (mShouldShowUserEducation in hideStackUserEducation()1772 mShouldShowUserEducation = shouldShowBubblesEducation(); in hideStackUserEducation()