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.java396 float cumulativeTouchFraction = 0f; in refillAdapterItems() local
403 info.touchFraction = cumulativeTouchFraction; in refillAdapterItems()
404 cumulativeTouchFraction += perSectionTouchFraction; in refillAdapterItems()