Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java80 public int rowAppIndex; field in AlphabeticalAppsList.AdapterItem
346 item.rowAppIndex = numAppsInRow; in refillAdapterItems()
364 float subRowFraction = item.rowAppIndex * (rowFraction / mNumAppsPerRow); in refillAdapterItems()
DAllAppsRecyclerView.java386 if (item.rowAppIndex == 0) { in getCurrentScrollY()