Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java370 float cumulativeTouchFraction = 0f; in refillAdapterItems() local
377 info.touchFraction = cumulativeTouchFraction; in refillAdapterItems()
378 cumulativeTouchFraction += perSectionTouchFraction; in refillAdapterItems()