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