Searched refs:screenHeightFactor (Results 1 – 1 of 1) sorted by relevance
144 double screenHeightFactor = icicle.getDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, -1.0); in initFromBundle() local145 if (screenHeightFactor > 0) { in initFromBundle()146 mItemScreenSizeFactor = screenHeightFactor; in initFromBundle()