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

/frameworks/native/opengl/libs/EGL/
H A DLoader.h30 class Loader { class in namespace:android
49 static Loader& getInstance();
50 ~Loader();
56 Loader();
H A DLoader.cpp20 #include "Loader.h"
71 Loader& Loader::getInstance() {
72 static Loader loader;
128 Loader::driver_t::driver_t(void* gles)
135 Loader::driver_t::~driver_t()
145 int Loader::driver_t::set(void* hnd, int32_t api)
165 Loader::Loader() function in class:android::Loader
170 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
53 * {@link android.support.v4.content.Loader}
56 public class Loader<D> { class
69 * it to the Loader to have the loader re-load its data when the observer
74 * @deprecated Use {@link android.support.v4.content.Loader.ForceLoadContentObserver}
94 * Interface that is implemented to discover when a Loader has finished
97 * to find out when a Loader it is managing has completed so that this can
99 * Loader is not being used in conjunction with LoaderManager.
101 * @deprecated Use {@link android.support.v4.content.Loader
144 public Loader(Context context) { method in class:Loader
[all...]
/frameworks/support/loader/src/main/java/androidx/loader/content/
H A DLoader.java33 * Static library support version of the framework's {@link android.content.Loader}.
39 public class Loader<D> { class
52 * it to the Loader to have the loader re-load its data when the observer
74 * Interface that is implemented to discover when a Loader has finished
77 * to find out when a Loader it is managing has completed so that this can
79 * Loader is not being used in conjunction with LoaderManager.
83 * Called on the thread that created the Loader when the load is complete.
88 void onLoadComplete(@NonNull Loader<D> loader, @Nullable D data);
92 * Interface that is implemented to discover when a Loader has been canceled
95 * to find out when a Loader i
118 public Loader(@NonNull Context context) { method in class:Loader
[all...]

Completed in 36 milliseconds