Home
last modified time | relevance | path

Searched defs:numRowsPerItem (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfInternalSelectionViews.java103 …public static Bundle getBundleFor(int numItems, int numRowsPerItem, double itemScreenHeightFactor)… in getBundleFor()
140 int numRowsPerItem = icicle.getInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, -1); in initFromBundle() local