/frameworks/base/core/res/res/layout/ |
progress_dialog_holo.xml | 31 <ProgressBar android:id="@android:id/progress"
|
/frameworks/base/packages/SystemUI/res/drawable/ |
status_bar_settings_slider_disabled.xml | 24 <item android:id="@android:id/progress">
|
/frameworks/base/tests/HwAccelerationTest/res/drawable/ |
progress_vertical_holo_dark.xml | 27 <item android:id="@android:id/progress">
|
scrubber_progress_vertical_holo_dark.xml | 24 <item android:id="@android:id/progress">
|
/packages/apps/Bluetooth/res/layout/ |
bt_enabling_progress.xml | 30 <ProgressBar android:id="@+android:id/progress"
|
/packages/apps/Browser/res/layout/ |
video_loading_progress.xml | 24 <ProgressBar android:id="@android:id/progress"
|
/packages/apps/Email/res/layout/ |
message_list_item_footer.xml | 24 android:id="@+id/progress"
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessageSender.java | 27 * @param token The token to identify the sending progress.
|
/packages/apps/Music/res/drawable/ |
progress_horizontal.xml | 37 <item android:id="@android:id/progress">
|
/packages/apps/MusicFX/res/drawable/ |
progress_vertical_holo_dark.xml | 27 <item android:id="@android:id/progress">
|
scrubber_progress_vertical_holo_dark.xml | 24 <item android:id="@android:id/progress">
|
scrubber_progress_vertical_holo_light.xml | 24 <item android:id="@android:id/progress">
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
UninstallAppProgress.java | 36 * This activity corresponds to a download progress screen that is displayed 92 // Hide the progress bar; Show the ok button 149 // Hide button till progress is being displayed 169 // Ignore back key when installation is in progress
|
/packages/apps/Settings/res/drawable/ |
data_usage_bar.xml | 30 <item android:id="@android:id/progress">
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Constants.java | 129 /** The minimum amount of progress that has to be done before the progress bar gets updated */ 132 /** The minimum amount of time that has to elapse before the progress bar gets updated, in ms */ 140 * operations when no progress is happening before it gives up.
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractPublicApiTest.java | 122 // waits until progress_so_far is >= (progress)% 123 boolean runUntilProgress(int progress) throws InterruptedException { 146 if (numBytesReceivedSoFar * 100 / totalBytes >= progress) { 147 // progress_so_far is >= progress%. we are done
|
/system/core/libsuspend/include/suspend/ |
autosuspend.h | 40 * with any in-progress resume.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ProgressBarTest.java | 114 // set Progress 288 // set Progress 289 int progress = 10; local 290 progressBar.setProgress(progress); 293 int max = progress + 1; 296 assertEquals(progress, progressBar.getProgress()); 298 max = progress - 1;
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connection.h | 58 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress. 81 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress. 202 * \retval NFCSTATUS_PENDING Connection operation is in progress, 229 * \retval NFCSTATUS_PENDING Disconnection operation is in progress, 234 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress. 260 * \retval NFCSTATUS_PENDING Reception operation is in progress, 292 * \retval NFCSTATUS_PENDING Reception operation is in progress,
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 155 # Example use case: progress bar 160 A simple progress bar which doesn't need any terminal support. 162 This prints out a progress bar like: 200 A 3-line progress bar, which looks like:: 204 progress message 206 The progress bar is colored, if the terminal supports color 216 "should use a simpler progress dispaly.")
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebResourceLoadDelegate.h | 47 The various progress methods of this protocol all receive an identifier as the 74 @param identifier An identifier that can be used to track the progress of a resource load across 107 @param identifier An identifier that can be used to track the progress of a resource load across 113 should assume that each new response resets progress so far for the resource back to 0, 122 @param identifier An identifier that can be used to track the progress of a resource load across 133 @param identifier An identifier that can be used to track the progress of a resource load across 143 @param identifier An identifier that can be used to track the progress of a resource load across
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebResourceLoadDelegate.idl | 49 The various progress methods of this protocol all receive an identifier as the 85 @param identifier An identifier that can be used to track the progress of a resource load across 121 @param identifier An identifier that can be used to track the progress of a resource load across 127 should assume that each new response resets progress so far for the resource back to 0, 137 @param identifier An identifier that can be used to track the progress of a resource load across 149 @param identifier An identifier that can be used to track the progress of a resource load across 160 @param identifier An identifier that can be used to track the progress of a resource load across
|
/packages/apps/Email/tests/src/com/android/email/service/ |
AttachmentDownloadServiceTests.java | 120 // Process the queue; attachment 1 should be marked "in progress", and should be in 121 // the in-progress map 127 // There should also be only one download in progress (testing the per-account limitation) 130 // but it should no longer be in-progress 136 // Things should be as they were earlier; att1 should be an in-progress download 141 // Successfully download the attachment; there should be no downloads in progress, and 155 // att4 should be the download in progress
|
/external/webkit/Source/WebCore/page/animation/ |
KeyframeAnimation.cpp | 85 // FIXME: share this code with AnimationBase::progress(). 144 prog = progress(scale, offset, timingFunction); 189 // Get the from/to styles and progress between 192 double progress = 0.0; local 193 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress); 195 bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress); 226 // Get the from/to styles and progress between 229 double progress = 0.0; local 230 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress); 232 blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
update_screen.cc | 18 // Progress bar stages. Each represents progress bar value 20 // TODO(nkostylev): Base stage progress values on approximate time. 21 // TODO(nkostylev): Animate progress during each state. 28 // Defines what part of update progress does download part takes.
|