/frameworks/base/core/java/android/os/ |
RecoverySystem.java | 68 /** Send progress to listeners no more often than this (in ms). */ 88 * @param progress the approximate percentage of the 92 public void onProgress(int progress); 131 * the thread while this function is in progress will result in a 136 * @param listener an object to receive periodic progress
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ExecutorService.java | 17 * methods that can produce a {@link Future} for tracking progress of 233 * collection is modified while this operation is in progress. 259 * collection is modified while this operation is in progress. 286 * collection is modified while this operation is in progress. 308 * collection is modified while this operation is in progress.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppNotification.java | 120 String description; // the text above progress bar 292 float progress = 0; local 294 progress = -1; 296 progress = (float)item.totalCurrent / item.totalTotal; 309 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_PROGRESS, progress);
|
/external/libnfc-nxp/src/ |
phHal4Nfc.h | 351 * progress. 454 * and Configuration is in progress. 535 * and Configuration is in progress. [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | 134 * @param progress progress of the task [0..100]. 137 public void OnProgressUpdate(int taskId, int progress); [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageViewFragmentBase.java | [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac.mm | 50 // passed to +[NSAnimationContext setDuration:] to stop an in-progress 228 // An animation is in progress. Cancel it by starting a new animation. 239 // No animation is in progress, so the opacity can be set directly. 478 // 0.0 will not cancel an in-progress animation. 482 // This will cancel an in-progress transition and replace it with this fade. 535 // Cancel the fade-out in progress and replace it with a fade in. 561 // Cancel the fade-in in progress and replace it with a fade out.
|
/external/llvm/docs/CommandGuide/ |
lit.rst | 27 By default :program:`lit` will use a succinct progress display and will only 29 options controlling the :program:`lit` progress display and output. 83 .. option:: --no-progress-bar 85 Do not use curses based progress bar. 363 <result code>: <test name> (<progress info>) 372 The ``<progress info>`` field can be used to report progress information such
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
printing_unittest.py | 352 'one-line-progress']) 369 # should still print one-line-progress 371 ['--print', 'detailed-progress'], single_threaded=False) 379 ['--print', 'detailed-progress'], single_threaded=True) 400 # We only clear the meter when retrying w/ detailed-progress. 408 ['--print', 'detailed-progress,unexpected'], single_threaded=True) 429 # We only clear the meter when retrying w/ detailed-progress.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FolderIcon.java | 579 float progress = (Float) animation.getAnimatedValue(); 581 progress = 1 - progress; 582 mPreviewBackground.setAlpha(progress); 585 mAnimParams.transX = transX0 + progress * (finalParams.transX - transX0); 586 mAnimParams.transY = transY0 + progress * (finalParams.transY - transY0); 587 mAnimParams.scale = scale0 + progress * (finalParams.scale - scale0);
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 49 * Is also capable of displaying a static pattern in "in progress", "wrong" or 84 * progress animation. 89 * the in progress point: 357 * in progress result to correct or wrong. 691 // note current x and y for rubber banding of in progress patterns 821 // figure out in progress portion of ghosting line 871 // draw the path of the pattern (unless the user is in progress, and 875 // draw the arrows associated with the path (unless the user is in progress, and 920 // add last in progress section [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
MediaController.java | 285 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) { 288 // the progress bar's position. 293 long newposition = (duration * progress) / 1000L;
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ImageDownloader.java | 164 * progress on this image view. 165 * Returns false if the download in progress deals with the same url. The download is not 348 * A fake Drawable that will be attached to the imageView while the download is in progress.
|
/external/chromium/chrome/browser/resources/ |
imageburner.html | 128 progress { 241 var progressBar = document.createElement('progress'); 400 // or burn progress is updated.
|
/external/webkit/Source/WebCore/css/ |
CSSValueKeywords.in | 341 progress 603 progress-bar 604 progress-bar-value
|
/external/webkit/Source/WebCore/page/animation/ |
ImplicitAnimation.cpp | 82 bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0)); 106 blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0)); 247 blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FullscreenVideoController.cpp | 181 // Update the progress bar immediately before showing the window. 186 // Start periodic updates of the progress bar. 205 // Keep the hud visible if a seek is in progress or if the volume
|
/external/webkit/Source/WebKit/gtk/tests/ |
testwebview.c | 117 "signal::notify::progress", idle_quit_loop_cb, NULL, 158 g_signal_connect(view, "notify::progress", G_CALLBACK (idle_quit_loop_cb), NULL); 222 "signal::notify::progress", idle_quit_loop_cb, NULL,
|
/external/webkit/Source/WebKit/qt/declarative/ |
qdeclarativewebview_p.h | 105 Q_PROPERTY(qreal progress READ progress NOTIFY progressChanged) 154 qreal progress() const;
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoFullScreen.java | 84 // The progress view. 86 // The container for the progress view and video view 284 // progress view (if any).
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
NotificationImportExportListener.java | 192 * @param totalCount The number of vCard entries to be imported. Used to show progress bar. 193 * -1 lets the system show the progress bar with "indeterminate" state. 194 * @param currentCount The index of current vCard. Used to show progress bar.
|
/frameworks/base/docs/html/google/play/ |
expansion-files.jd | 34 <li><a href="#Progress">Receiving download progress</a></li> 398 indicates the download progress, notifies the user when it's done, and takes the user back to 437 progress UI.</li> 439 receives updates about the download progress.</li> 560 <li>Builds a custom {@link android.app.Notification} that displays the download progress and 633 <p>In order to monitor the progress of the file downloads and restart the download if necessary, the [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
MediaLinearLayout.java | 557 // Invalidate all progress in case the transition generation or 586 * @param inProgress {@code true} if playback is in progress, false otherwise 592 // transitions while the playback is in progress. [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsActivityTest.java | 66 assertTrue("ProgressBar not inflated", result.findViewById(R.id.progress) != null);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputCollector.java | 32 * list in-progress)
|