Home
last modified time | relevance | path

Searched refs:mMaxRows (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java61 private int mMaxRows; field in IconMenuView
138 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()