Searched refs:mLastWidthSize (Results 1 – 2 of 2) sorted by relevance
39 private int mLastWidthSize = -1; field in ButtonBarLayout66 if (widthSize > mLastWidthSize && isStacked()) { in onMeasure()71 mLastWidthSize = widthSize; in onMeasure()
45 private int mLastWidthSize = -1; field in ButtonBarLayout71 if (widthSize > mLastWidthSize && isStacked()) { in onMeasure()76 mLastWidthSize = widthSize; in onMeasure()