Searched refs:mMaxRows (Results 1 – 1 of 1) sorted by relevance
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()