Searched defs:Progress (Results 1 – 3 of 3) sorted by relevance
| /frameworks/support/compat/java/android/support/v4/os/ |
| D | AsyncTaskCompat.java | 43 public static <Params, Progress, Result> AsyncTask<Params, Progress, Result> executeParallel( in executeParallel() argument
|
| /frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
| D | ExtendedBitmapDrawable.java | 534 private static class Progress extends TileDrawable { class in ExtendedBitmapDrawable 538 public Progress(Drawable progress, Resources res, in Progress() method in ExtendedBitmapDrawable.Progress
|
| /frameworks/native/cmds/dumpstate/ |
| D | utils.cpp | 141 Progress::Progress(const std::string& path) : Progress(Progress::kDefaultMax, 1.1, path) { in Progress() function in Progress 144 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress() function in Progress 149 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress() function in Progress
|