MCPcopy Create free account

hub / github.com/cdibened/filechooser / functions

Functions77 in github.com/cdibened/filechooser

↓ 16 callersMethodadd
(File file)
src/android/filechooser/FileListAdapter.java:49
↓ 4 callersMethodonReleaseResources
(List<File> data)
src/android/filechooser/FileLoader.java:142
↓ 3 callersMethodgetDataColumn
Get the value of the data column for this Uri. This is useful for MediaStore Uris, and other file-based ContentProviders. @param context The context.
src/android/filechooser/FileUtils.java:217
↓ 3 callersMethodgetPath
Get a file path from a Uri. This will get the the path for Storage Access Framework Documents, as well as the _data field for the MediaStore and other
src/android/filechooser/FileUtils.java:257
↓ 2 callersMethodfinishWithResult
Finish this Activity with a result code and URI of the selected file. @param file The file selected.
src/android/filechooser/FileChooserActivity.java:173
↓ 2 callersMethodgetItem
(int position)
src/android/filechooser/FileListAdapter.java:69
↓ 2 callersMethodgetMimeType
@return The MIME type for the given file.
src/android/filechooser/FileUtils.java:144
↓ 2 callersMethodincludeFile
(final MatrixCursor result, final File file)
src/android/filechooser/LocalStorageProvider.java:166
↓ 2 callersMethodnewInstance
Create a new instance with the given file path. @param path The absolute path of the file (directory) to display. @return A new Fragment with the giv
src/android/filechooser/FileListFragment.java:65
↓ 1 callersMethodaddFragment
Add the initial Fragment with given path.
src/android/filechooser/FileChooserActivity.java:146
↓ 1 callersMethodclear
()
src/android/filechooser/FileListAdapter.java:64
↓ 1 callersMethodcreateGetContentIntent
Get the Intent for selecting content to be used in an Intent Chooser. @return The intent for opening a file with Intent.createChooser() @author paulb
src/android/filechooser/FileUtils.java:519
↓ 1 callersMethoddeliverResult
(List<File> data)
src/android/filechooser/FileLoader.java:84
↓ 1 callersMethodgetDocumentType
(final String documentId)
src/android/filechooser/LocalStorageProvider.java:193
↓ 1 callersMethodgetExtension
Gets the extension of a file name, like ".png" or ".jpg". @param uri @return Extension including the dot("."); "" if there is no extension; n
src/android/filechooser/FileUtils.java:69
↓ 1 callersMethodgetItemId
(int position)
src/android/filechooser/FileListAdapter.java:74
↓ 1 callersMethodgetUri
Convert File into Uri. @param file @return uri
src/android/filechooser/FileUtils.java:107
↓ 1 callersMethodisDownloadsDocument
@param uri The Uri to check. @return Whether the Uri authority is DownloadsProvider. @author paulburke
src/android/filechooser/FileUtils.java:185
↓ 1 callersMethodisExternalStorageDocument
@param uri The Uri to check. @return Whether the Uri authority is ExternalStorageProvider. @author paulburke
src/android/filechooser/FileUtils.java:176
↓ 1 callersMethodisGooglePhotosUri
@param uri The Uri to check. @return Whether the Uri authority is Google Photos.
src/android/filechooser/FileUtils.java:202
↓ 1 callersMethodisLocal
@return Whether the URI is a local one.
src/android/filechooser/FileUtils.java:86
↓ 1 callersMethodisLocalStorageDocument
@param uri The Uri to check. @return Whether the Uri authority is {@link LocalStorageProvider}. @author paulburke
src/android/filechooser/FileUtils.java:167
↓ 1 callersMethodisMediaDocument
@param uri The Uri to check. @return Whether the Uri authority is MediaProvider. @author paulburke
src/android/filechooser/FileUtils.java:194
↓ 1 callersMethodisMediaUri
@return True if Uri is a MediaStore Uri. @author paulburke
src/android/filechooser/FileUtils.java:97
↓ 1 callersMethodonFileSelected
Called when a file is selected from the list. @param file The file selected
src/android/filechooser/FileListFragment.java:49
↓ 1 callersMethodonStopLoading
()
src/android/filechooser/FileLoader.java:120
↓ 1 callersMethodregisterStorageListener
Register the external storage BroadcastReceiver.
src/android/filechooser/FileChooserActivity.java:206
↓ 1 callersMethodreplaceFragment
"Replace" the existing Fragment with a new one using given path. We're really adding a Fragment to the back stack. @param file The file (directory) t
src/android/filechooser/FileChooserActivity.java:158
↓ 1 callersMethodsetListItems
Set the list items without notifying on the clear. This prevents loss of scroll position. @param data
src/android/filechooser/FileListAdapter.java:94
↓ 1 callersMethodshowFileChooser
()
src/android/FileChooser.java:36
↓ 1 callersMethodunregisterStorageListener
Unregister the external storage BroadcastReceiver.
src/android/filechooser/FileChooserActivity.java:215
FunctionFileChooser
()
www/filechooser.js:5
MethodFileListAdapter
(Context context)
src/android/filechooser/FileListAdapter.java:45
MethodFileLoader
(Context context, String path)
src/android/filechooser/FileLoader.java:48
MethodFileUtils
()
src/android/filechooser/FileUtils.java:48
Methodaccept
(File file)
src/android/filechooser/FileUtils.java:491
Methodcompare
(File f1, File f2)
src/android/filechooser/FileUtils.java:477
MethodcreateDocument
(final String parentDocumentId, final String mimeType, final String displayName)
src/android/filechooser/LocalStorageProvider.java:71
MethoddeleteDocument
(final String documentId)
src/android/filechooser/LocalStorageProvider.java:210
Methodexecute
(String action, JSONArray args, CallbackContext callbackContext)
src/android/FileChooser.java:73
MethodgetCount
()
src/android/filechooser/FileListAdapter.java:79
MethodgetFile
Convert Uri into File, if possible. @return file A local file that the Uri was pointing to, or null if the Uri is unsupported or pointed to a
src/android/filechooser/FileUtils.java:348
MethodgetListItems
()
src/android/filechooser/FileListAdapter.java:84
MethodgetPathWithoutFilename
Returns the path only (without file name). @param file @return
src/android/filechooser/FileUtils.java:120
MethodgetReadableFileSize
Get the file size in a human-readable string. @param size @return @author paulburke
src/android/filechooser/FileUtils.java:365
MethodgetThumbnail
Attempt to retrieve the thumbnail of given File from the MediaStore. This should not be called on the UI thread. @param context @param file @return @
src/android/filechooser/FileUtils.java:398
MethodgetView
(int position, View convertView, ViewGroup parent)
src/android/filechooser/FileListAdapter.java:99
Methodinsert
(File file, int index)
src/android/filechooser/FileListAdapter.java:59
MethodloadInBackground
()
src/android/filechooser/FileLoader.java:53
MethodonActivityCreated
(Bundle savedInstanceState)
src/android/filechooser/FileListFragment.java:96
MethodonActivityResult
(int requestCode, int resultCode, Intent data)
src/android/FileChooser.java:49
MethodonAttach
(Activity activity)
src/android/filechooser/FileListFragment.java:74
MethodonBackStackChanged
()
src/android/filechooser/FileChooserActivity.java:103
MethodonCanceled
(List<File> data)
src/android/filechooser/FileLoader.java:135
MethodonCreate
()
src/android/filechooser/LocalStorageProvider.java:227
MethodonCreate
(Bundle savedInstanceState)
src/android/filechooser/FileChooserActivity.java:65
MethodonCreate
(Bundle savedInstanceState)
src/android/filechooser/FileListFragment.java:86
MethodonCreateLoader
(int id, Bundle args)
src/android/filechooser/FileListFragment.java:117
MethodonCreateOptionsMenu
(Menu menu)
src/android/filechooser/FileChooserActivity.java:119
MethodonEvent
(int event, String path)
src/android/filechooser/FileLoader.java:108
MethodonFileSelected
Called when the user selects a File @param file The file that was selected
src/android/filechooser/FileChooserActivity.java:189
MethodonListItemClick
(ListView l, View v, int position, long id)
src/android/filechooser/FileListFragment.java:107
MethodonLoadFinished
(Loader<List<File>> loader, List<File> data)
src/android/filechooser/FileListFragment.java:122
MethodonLoaderReset
(Loader<List<File>> loader)
src/android/filechooser/FileListFragment.java:132
MethodonOptionsItemSelected
(MenuItem item)
src/android/filechooser/FileChooserActivity.java:132
MethodonPause
()
src/android/filechooser/FileChooserActivity.java:82
MethodonReceive
(Context context, Intent intent)
src/android/filechooser/FileChooserActivity.java:56
MethodonReset
()
src/android/filechooser/FileLoader.java:125
MethodonResume
()
src/android/filechooser/FileChooserActivity.java:89
MethodonSaveInstanceState
(Bundle outState)
src/android/filechooser/FileChooserActivity.java:96
MethodonStartLoading
()
src/android/filechooser/FileLoader.java:101
MethodopenDocument
(final String documentId, final String mode, final CancellationSignal signal)
src/android/filechooser/LocalStorageProvider.java:215
MethodopenDocumentThumbnail
(final String documentId, final Point sizeHint, final CancellationSignal signal)
src/android/filechooser/LocalStorageProvider.java:84
MethodqueryChildDocuments
(final String parentDocumentId, final String[] projection, final String sortOrder)
src/android/filechooser/LocalStorageProvider.java:137
MethodqueryDocument
(final String documentId, final String[] projection)
src/android/filechooser/LocalStorageProvider.java:155
MethodqueryRoots
(final String[] projection)
src/android/filechooser/LocalStorageProvider.java:47
Methodremove
(File file)
src/android/filechooser/FileListAdapter.java:54