Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java243 } else if (showSectionNames && shouldDrawItemSection(holder, i, items)) { in onDraw()
366 private boolean shouldDrawItemSection(ViewHolder holder, int childIndex, in shouldDrawItemSection() method in AllAppsGridAdapter.GridItemDecoration