Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfInternalSelectionViews.java144 double screenHeightFactor = icicle.getDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, -1.0); in initFromBundle() local
145 if (screenHeightFactor > 0) { in initFromBundle()
146 mItemScreenSizeFactor = screenHeightFactor; in initFromBundle()