void
|
abortCancelThumbRequests()
|
final
void
|
add(FileInfo item)
Adds the item.
|
void
|
cancelAllThumbRequests()
|
void
|
cancelAllThumbRequests(boolean removePreviewHandler)
|
void
|
cleanupResources()
|
void
|
evictFromMemoryCache(String uuid)
|
RecyclerView.Adapter
|
getAdapter()
|
FileListFilter
|
getDerivedFilter()
|
CharSequence
|
getFileDescription(FileInfo file)
|
int
|
getFileType(FileInfo file)
|
Filter
|
getFilter()
|
static
int
|
getFolderIconColor(Context context)
|
int
|
getIndexOf(FileInfo info)
|
FileInfo
|
getItem(int position)
Returns the item in the specified position.
|
int
|
getItemCount()
|
long
|
getItemId(int position)
|
int
|
getItemViewType(int position)
|
int
|
getSpanCount()
|
void
|
insert(FileInfo item, int position)
Inserts the item at the specified position.
|
boolean
|
isHeader(int position)
|
boolean
|
isInSearchMode()
|
void
|
onBindViewHolder(RecyclerView.ViewHolder holder, int position)
|
void
|
onBindViewHolderContent(RecyclerView.ViewHolder holder, int position)
|
void
|
onBindViewHolderHeader(RecyclerView.ViewHolder holder, int position)
|
RecyclerView.ViewHolder
|
onCreateViewHolder(ViewGroup parent, int viewType)
|
void
|
onFilterResultsPublished(ArrayList<FileInfo> filteredFiles, int resultCode)
Raised when a filtering step is completed.
|
void
|
onThumbnailReady(int result, int position, String iconPath, String identifier)
|
final
boolean
|
remove(FileInfo item)
Removes the item.
|
void
|
removeAll()
|
FileInfo
|
removeAt(int location)
Removes the item at the specified position.
|
void
|
setDragEventListener(BaseFileAdapter.DragEventListener listener)
|
void
|
setFileIcon(RecyclerView.ViewHolder holder, int position)
|
void
|
setInSearchMode(boolean isInSearchMode)
|
void
|
setMultiSelect(boolean multiSelect)
|
void
|
setSelectionMode(boolean selectionMode)
|
void
|
setShowFavoriteIndicator(boolean show)
|
void
|
setShowInfoButton(boolean show)
|
void
|
updateMainViewWidth(int width)
|
void
|
updateSpanCount(int count)
Updates span count.
|