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