/frameworks/base/docs/html/design/ |
design_toc.cs | 55 <li><a href="<?cs var:toroot ?>design/building-blocks/progress.html">Progress & Activity</a></li>
|
/frameworks/base/media/java/android/media/videoeditor/ |
Overlay.java | 103 * If a preview or export is in progress, then this change is effective for 136 * progress, then this change is effective for next preview or export
|
MediaArtistNativeHelper.java | 134 * @param progress progress of the task [0..100]. 137 public void OnProgressUpdate(int taskId, int progress); [all...] |
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
PlaybackActivity.java | 80 public void onProgressChanged(SeekBar seekBar, int progress, 82 setFrame(seekBar, progress);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnablingActivity.java | 53 * This class is designed to show BT enabling progress. 90 // Add timeout for enabling progress
|
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);
|
/packages/apps/Browser/src/com/android/browser/ |
Preloader.java | 71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId + 95 + " session in progress");
|
/packages/apps/Camera/src/com/android/camera/ |
MosaicFrameProcessor.java | 159 // updates the UI to show progress. 189 // Publish progress of the ongoing processing
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PhotoFallbackEffect.java | 155 protected void onCalculate(float progress) { 156 mProgress = progress;
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
HTMLViewerActivity.java | 43 * This activity shows a loading progress bar in the window title and sets 79 // Setup callback support for title and progress bar
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
MosaicFrameProcessor.java | 147 // updates the UI to show progress. 177 // Publish progress of the ongoing processing
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ActivityMusic.java | 323 public void onProgressChanged(final SeekBar seekBar, final int progress, 327 mAudioSession, ControlPanelEffect.Key.virt_strength, progress); 375 public void onProgressChanged(final SeekBar seekBar, final int progress, 379 mAudioSession, ControlPanelEffect.Key.bb_strength, progress); 661 public void onProgressChanged(final SeekBar seekbar, final int progress, final boolean fromUser) { 666 final short level = (short) (progress + mEqualizerMinBandLevel); 718 final int progress = level - mEqualizerMinBandLevel; local 719 mEqualizerSeekBar[band].setProgress(progress);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HandleView.java | 54 * Move is in progress 181 * End the move (if it was in progress)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno.h | 87 #define EALREADY 114 /* Operation already in progress */ 88 #define EINPROGRESS 115 /* Operation now in progress */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 87 #define EALREADY 114 /* Operation already in progress */ 88 #define EINPROGRESS 115 /* Operation now in progress */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ad1848.h | 104 #define AD1848_CALIB_IN_PROGRESS 0x20 /* auto calibrate in progress */ 105 #define AD1848_DMA_REQUEST 0x10 /* DMA request in progress */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 87 #define EALREADY 114 /* Operation already in progress */ 88 #define EINPROGRESS 115 /* Operation now in progress */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 90 * @param monitor progress monitor for launch 197 * @return the launch progress monitor
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4xVSS_API.h | 335 * @param pContext (OUT) Progress indication from 0 to 100 401 * @param pProgress (IN/OUT) Progress indication (0-100) 430 * @param pProgress (IN/OUT) Progress indication (0-100) 458 * @param pProgress (IN/OUT) Progress indication (0-100) 489 * @param pProgress (IN/OUT) Progress indication (0-100)
|
/frameworks/base/core/java/android/os/ |
RecoverySystem.java | 67 /** Send progress to listeners no more often than this (in ms). */ 87 * @param progress the approximate percentage of the 91 public void onProgress(int progress); 130 * the thread while this function is in progress will result in a 135 * @param listener an object to receive periodic progress
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ExecutorService.java | 15 * 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.
|
/external/libnfc-nxp/src/ |
phHal4Nfc.h | 351 * progress. 454 * and Configuration is in progress. 535 * and Configuration is in 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/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.
|