Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java349 item.rowAppIndex = numAppsInRow; in refillAdapterItems()
367 float subRowFraction = item.rowAppIndex * (rowFraction / mNumAppsPerRow); in refillAdapterItems()
DAllAppsGridAdapter.java105 public int rowAppIndex; field in AllAppsGridAdapter.AdapterItem
DAllAppsRecyclerView.java388 if (item.rowAppIndex == 0) { in getCurrentScrollY()