Searched refs:itemScreenHeightFactor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfInternalSelectionViews.java40 public static final String BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR = "com.google.test.itemScreenHeightFactor";
100 * @param itemScreenHeightFactor see {@link #getScreenHeight()}
103 public static Bundle getBundleFor(int numItems, int numRowsPerItem, double itemScreenHeightFactor) { argument
107 bundle.putDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, itemScreenHeightFactor);

Completed in 60 milliseconds