Home
last modified time | relevance | path

Searched defs:Progress (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java534 private static class Progress extends TileDrawable { class in ExtendedBitmapDrawable
538 public Progress(Drawable progress, Resources res, in Progress() method in ExtendedBitmapDrawable.Progress
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java105 class Progress { class in InstallationAsyncTask
112 Progress(String partitionName, long partitionSize, long installedSize, in Progress() method in InstallationAsyncTask.Progress
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3002 Progress::Progress(const std::string& path) : Progress(Progress::kDefaultMax, 1.1, path) { in Progress() function in Progress
3005 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress() function in Progress
3010 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress() function in Progress