Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfInternalSelectionViews.java39 public static final String BUNDLE_PARAM_NUM_ROWS_PER_ITEM = "com.google.test.numRowsPerItem"; field in ListOfInternalSelectionViews
106 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()