Searched refs:mAllowStacking (Results 1 – 1 of 1) sorted by relevance
38 private boolean mAllowStacking; field in ButtonBarLayout49 mAllowStacking = ta.getBoolean(R.styleable.ButtonBarLayout_allowStacking, true); in ButtonBarLayout()54 if (mAllowStacking != allowStacking) { in setAllowStacking()55 mAllowStacking = allowStacking; in setAllowStacking()56 if (!mAllowStacking && getOrientation() == LinearLayout.VERTICAL) { in setAllowStacking()67 if (mAllowStacking) { in onMeasure()93 if (mAllowStacking && !isStacked()) { in onMeasure()