Searched refs:BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR (Results 1 – 1 of 1) sorted by relevance
40 …public static final String BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR = "com.google.test.itemScreenHei… field in ListOfInternalSelectionViews107 bundle.putDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, itemScreenHeightFactor); in getBundleFor()144 double screenHeightFactor = icicle.getDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, -1.0); in initFromBundle()