Searched refs:mAllowCollapse (Results 1 – 2 of 2) sorted by relevance
57 private boolean mAllowCollapse; field in ScrollingTabContainerView106 final boolean canCollapse = !lockedExpanded && mAllowCollapse; in onMeasure()141 mAllowCollapse = allowCollapse; in setAllowCollapse()313 if (mAllowCollapse) { in addTab()329 if (mAllowCollapse) { in addTab()340 if (mAllowCollapse) { in updateTab()351 if (mAllowCollapse) { in removeTabAt()362 if (mAllowCollapse) { in removeAllTabs()
101061 Lcom/android/internal/widget/ScrollingTabContainerView;->mAllowCollapse:Z