Searched refs:directoryPartition (Results 1 – 3 of 3) sorted by relevance
198 if (directoryPartition.getDirectoryId() == id) { in getDirectoryById()199 return directoryPartition; in getDirectoryById()219 if (!directoryPartition.isLoading()) { in onDataReload()281 public int getDirectoryResultLimit(DirectoryPartition directoryPartition) { in getDirectoryResultLimit() argument282 final int limit = directoryPartition.getResultLimit(); in getDirectoryResultLimit()623 final long directoryId = directoryPartition.getDirectoryId(); in bindWorkProfileIcon()636 DirectoryPartition directoryPartition = (DirectoryPartition)partition; in bindHeaderView() local637 long directoryId = directoryPartition.getDirectoryId(); in bindHeaderView()640 labelTextView.setText(directoryPartition.getLabel()); in bindHeaderView()644 String directoryName = directoryPartition.getDisplayName(); in bindHeaderView()[all …]
336 DirectoryPartition directoryPartition = (DirectoryPartition)partition; in startLoading() local337 if (directoryPartition.getStatus() == DirectoryPartition.STATUS_NOT_LOADED) { in startLoading()338 if (directoryPartition.isPriorityDirectory() || !mLoadPriorityDirectoriesOnly) { in startLoading()
326 DirectoryPartition directoryPartition = (DirectoryPartition)getPartition(partition); in bindView() local327 String directoryType = directoryPartition.directoryType; in bindView()328 String directoryName = directoryPartition.displayName; in bindView()329 if (directoryPartition.loading) { in bindView()