Searched refs:numRowsPerItem (Results 1 – 1 of 1) sorted by relevance
103 …public static Bundle getBundleFor(int numItems, int numRowsPerItem, double itemScreenHeightFactor)… in getBundleFor() argument106 bundle.putInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, numRowsPerItem); in getBundleFor()139 int numRowsPerItem = icicle.getInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, -1); in initFromBundle() local140 if (numRowsPerItem != -1) { in initFromBundle()141 mNumRowsPerItem = numRowsPerItem; in initFromBundle()