Searched refs:BUNDLE_PARAM_NUM_ROWS_PER_ITEM (Results 1 – 1 of 1) sorted by relevance
39 public static final String BUNDLE_PARAM_NUM_ROWS_PER_ITEM = "com.google.test.numRowsPerItem"; field in ListOfInternalSelectionViews106 bundle.putInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, numRowsPerItem); in getBundleFor()140 int numRowsPerItem = icicle.getInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, -1); in initFromBundle()