Searched refs:mMaxRows (Results 1 – 2 of 2) sorted by relevance
37 private final int mMaxRows; field in GlobalActionsLayoutLite43 mMaxRows = getResources().getInteger( in GlobalActionsLayoutLite()63 int nElementsWrap = (getCurrentRotation() == ROTATION_NONE) ? mMaxColumns : mMaxRows; in onUpdateList()65 if (getCurrentRotation() != ROTATION_NONE && nChildren > mMaxRows) { in onUpdateList()
61 private int mMaxRows; field in IconMenuView138 mMaxRows = a.getInt(com.android.internal.R.styleable.IconMenuView_maxRows, 2); in IconMenuView()165 mLayout = new int[mMaxRows]; in IconMenuView()194 Math.min((int) Math.ceil(numItems / (float) mMaxItemsPerRow), mMaxRows); in layoutItems()200 for (; curNumRows <= mMaxRows; curNumRows++) { in layoutItems()