Searched defs:Loader (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DLoader.h36 class Loader : public Singleton<Loader> class in namespace:android
38 friend class Singleton<Loader>;
58 ~Loader();
64 Loader();
H A DLoader.cpp32 #include "Loader.h"
62 ANDROID_SINGLETON_STATIC_INSTANCE( Loader )
119 Loader::driver_t::driver_t(void* gles)
126 Loader::driver_t::~driver_t()
136 status_t Loader::driver_t::set(void* hnd, int32_t api)
156 Loader::Loader() function in class:android::Loader
160 Loader::~Loader() {
209 void* Loader
[all...]
/frameworks/base/core/java/android/content/
H A DLoader.java32 * any calls on to a Loader from the main thread of their process (that is,
34 * of Loader (such as {@link AsyncTaskLoader}) will often perform their work
52 public class Loader<D> { class
65 * it to the Loader to have the loader re-load its data when the observer
87 * Interface that is implemented to discover when a Loader has finished
90 * to find out when a Loader it is managing has completed so that this can
92 * Loader is not being used in conjunction with LoaderManager.
96 * Called on the thread that created the Loader when the load is complete.
101 public void onLoadComplete(Loader<D> loader, D data);
105 * Interface that is implemented to discover when a Loader ha
131 public Loader(Context context) { method in class:Loader
[all...]
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchiveHelper.java75 private final LruCache<String, Loader> mArchives =
76 new LruCache<String, Loader>(OPENED_ARCHIVES_CACHE_SIZE) {
79 Loader oldValue, Loader newValue) {
116 Loader loader = null;
131 Loader loader = null;
147 Loader loader = null;
165 Loader loader = null;
182 Loader loader = null;
199 Loader loade
320 private static final class Loader { class in class:DocumentArchiveHelper
329 Loader(DocumentsProvider provider, @Nullable File localFile, ParsedDocumentId id, method in class:DocumentArchiveHelper.Loader
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java28 * Static library support version of the framework's {@link android.content.Loader}.
34 public class Loader<D> { class
47 * it to the Loader to have the loader re-load its data when the observer
69 * Interface that is implemented to discover when a Loader has finished
72 * to find out when a Loader it is managing has completed so that this can
74 * Loader is not being used in conjunction with LoaderManager.
78 * Called on the thread that created the Loader when the load is complete.
83 public void onLoadComplete(Loader<D> loader, D data);
87 * Interface that is implemented to discover when a Loader has been canceled
90 * to find out when a Loader i
113 public Loader(Context context) { method in class:Loader
[all...]

Completed in 1874 milliseconds