Searched refs:containerIndex (Results 1 – 3 of 3) sorted by relevance
89 private final int containerIndex; field in LoaderCursor127 containerIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in LoaderCursor()145 container = getInt(containerIndex); in moveToNext()414 int containerIndex = item.screenId; in checkItemPlacement() local454 + " into cell (" + containerIndex + "-" + item.screenId + ":" in checkItemPlacement()478 + " into cell (" + containerIndex + "-" + item.screenId + ":" in checkItemPlacement()
245 int containerIndex = parentLayout.indexOfChild(container); in getViewsBelowOfRecursive() local246 getViewsBelowOfRecursive(result, parentLayout, containerIndex + 1, target); in getViewsBelowOfRecursive()
142 final int containerIndex = c.getColumnIndexOrThrow(Favorites.CONTAINER); in importWorkspaceItems() local164 int container = c.getInt(containerIndex); in importWorkspaceItems()