Home
last modified time | relevance | path

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

/frameworks/av/media/libmediatranscoding/include/media/
DTranscoderWrapper.h69 Progress, enumerator
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java107 static class Progress { class in InstallationAsyncTask
113 Progress(String partitionName, long partitionSize, int numInstalledPartitions) { in Progress() method in InstallationAsyncTask.Progress
/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/SystemUI/src/com/android/systemui/media/
DSeekBarViewModel.kt412 data class Progress( class in com.android.systemui.media.SeekBarViewModel
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3301 Progress::Progress(const std::string& path) : Progress(Progress::kDefaultMax, 1.1, path) { in Progress() function in Progress
3304 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress() function in Progress
3309 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress() function in Progress