Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfInternalSelectionViews.java103 …public static Bundle getBundleFor(int numItems, int numRowsPerItem, double itemScreenHeightFactor)… in getBundleFor() argument
106 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() local
140 if (numRowsPerItem != -1) { in initFromBundle()
141 mNumRowsPerItem = numRowsPerItem; in initFromBundle()