Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java465 float rowFactor = (1 + row) * 0.5f; in calculateSpringValues() local
468 float minValue = DEFAULT_MIN_VALUE_PX * (rowFactor + colFactor); in calculateSpringValues()
469 float maxValue = DEFAULT_MAX_VALUE_PX * (rowFactor + colFactor); in calculateSpringValues()