Searched refs:containerIndex (Results 1 – 3 of 3) sorted by relevance
81 private final int containerIndex; field in LoaderCursor112 containerIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER); in LoaderCursor()128 container = getInt(containerIndex); in moveToNext()394 int containerIndex = item.screenId; in checkItemPlacement() local434 + " into cell (" + containerIndex + "-" + item.screenId + ":" in checkItemPlacement()457 + " 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()