Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsListAdapter.java127 int expectedChildCount = infoList.size() + Math.max(0, infoList.size() - 1); in onBindViewHolder() local
130 if (expectedChildCount > childCount) { in onBindViewHolder()
131 for (int i = childCount ; i < expectedChildCount; i++) { in onBindViewHolder()
146 } else if (expectedChildCount < childCount) { in onBindViewHolder()
147 for (int i = expectedChildCount ; i < childCount; i++) { in onBindViewHolder()