Searched defs:Progress (Results 1 – 3 of 3) sorted by relevance
26 static <Params, Progress, Result> void executeParallel( in executeParallel() argument
36 public static <Params, Progress, Result> AsyncTask<Params, Progress, Result> executeParallel( in executeParallel() argument
534 private static class Progress extends TileDrawable { class in ExtendedBitmapDrawable538 public Progress(Drawable progress, Resources res, in Progress() method in ExtendedBitmapDrawable.Progress