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.java548 float cumulativeTouchFraction = 0f; in updateAdapterItems() local
556 info.touchFraction = cumulativeTouchFraction; in updateAdapterItems()
557 cumulativeTouchFraction += perSectionTouchFraction; in updateAdapterItems()