Searched defs:Loader (Results 1 - 4 of 4) 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>;
59 ~Loader();
65 Loader();
H A DLoader.cpp33 #include "Loader.h"
47 ANDROID_SINGLETON_STATIC_INSTANCE( Loader )
102 Loader::driver_t::driver_t(void* gles)
109 Loader::driver_t::~driver_t()
119 status_t Loader::driver_t::set(void* hnd, int32_t api)
139 Loader::Loader() function in class:android::Loader
173 Loader::~Loader()
178 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
64 * it to the Loader to have the loader re-load its data when the observer
86 * Interface that is implemented to discover when a Loader has finished
89 * to find out when a Loader it is managing has completed so that this can
91 * Loader is not being used in conjunction with LoaderManager.
95 * Called on the thread that created the Loader when the load is complete.
100 public void onLoadComplete(Loader<D> loader, D data);
104 * Interface that is implemented to discover when a Loader ha
130 public Loader(Context context) { method in class: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
45 * it to the Loader to have the loader re-load its data when the observer
67 * Interface that is implemented to discover when a Loader has finished
70 * to find out when a Loader it is managing has completed so that this can
72 * Loader is not being used in conjunction with LoaderManager.
76 * Called on the thread that created the Loader when the load is complete.
81 public void onLoadComplete(Loader<D> loader, D data);
90 public Loader(Context context) { method in class:Loader
179 * Starts an asynchronous load of the Loader'
[all...]

Completed in 79 milliseconds