Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java277 int appIndexInSection = items.get(pos).sectionAppIndex; in onDraw() local
279 pos + mAppsPerRow - (appIndexInSection % mAppsPerRow)); in onDraw()