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>;
58 ~Loader();
64 Loader();
H A DLoader.cpp34 #include "Loader.h"
64 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() {
170 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/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
46 * it to the Loader to have the loader re-load its data when the observer
68 * Interface that is implemented to discover when a Loader has finished
71 * to find out when a Loader it is managing has completed so that this can
73 * Loader is not being used in conjunction with LoaderManager.
77 * Called on the thread that created the Loader when the load is complete.
82 public void onLoadComplete(Loader<D> loader, D data);
91 public Loader(Context context) { method in class:Loader
180 * Starts an asynchronous load of the Loader'
[all...]

Completed in 110 milliseconds