HomeSort by relevance Sort by last modified time
    Searched full:progress (Results 351 - 375 of 2620) sorted by null

<<11121314151617181920>>

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 105 public void onBar1Changed(int progress) {
106 image1Alpha = (short)progress;
116 public void onBar2Changed(int progress) {
117 image2Alpha = (short)progress;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 105 public void onBar1Changed(int progress) {
106 image1Alpha = (short)progress;
116 public void onBar2Changed(int progress) {
117 image2Alpha = (short)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/Gallery2/res/drawable/
filtershow_slider.xml 24 <item android:id="@android:id/progress">
  /packages/apps/Gallery2/src/com/android/camera/
PhotoController.java 29 // Focus is in progress. The exact focus state is in Focus.java.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
WakeLockHoldingProgressListener.java 26 static private final String DEFAULT_WAKE_LOCK_LABEL = "Gallery Progress Listener";
  /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 38 * This activity corresponds to a download progress screen that is displayed
99 // Hide the progress bar; Show the ok button
157 // Hide button till progress is being displayed
178 // 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 128 /** The minimum amount of progress that has to be done before the progress bar gets updated */
131 /** The minimum amount of time that has to elapse before the progress bar gets updated, in ms */
139 * operations when no progress is happening before it gives up.
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 161 // waits until progress_so_far is >= (progress)%
162 boolean runUntilProgress(int progress) throws InterruptedException {
187 if (numBytesReceivedSoFar * 100 / totalBytes >= progress) {
188 // progress_so_far is >= progress%. we are done
  /system/core/include/cutils/
fs.h 54 * in progress.
  /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

Completed in 593 milliseconds

<<11121314151617181920>>