/external/svox/PicoLangInstallerItaIta/res/layout/ |
installing.xml | 22 <ProgressBar android:id="@android:id/progress"
|
/external/svox/PicoLangInstallerSpaEsp/res/layout/ |
installing.xml | 22 <ProgressBar android:id="@android:id/progress"
|
/external/svox/picolanginstaller/res/layout/ |
installing.xml | 22 <ProgressBar android:id="@android:id/progress"
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
clear-watch-invalid-id-crash.js | 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
offline-access-frame.html | 10 applicationCache.onprogress = function() { log("progress") }
|
/external/webkit/Source/WebCore/manual-tests/qt/ |
qtplugin.html | 9 QT progress bar:
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
RotateTransformOperation.cpp | 32 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) 38 return RotateTransformOperation::create(m_x, m_y, m_z, m_angle - m_angle * progress, m_type); 50 fromAngle + (m_angle - fromAngle) * progress, m_type); 69 toT.blend(fromT, progress);
|
Matrix3DTransformOperation.cpp | 35 PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) 52 toT.blend(fromT, progress);
|
MatrixTransformOperation.cpp | 31 PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) 48 toT.blend(fromT, progress);
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/ |
webkit | 98 progress
|
/frameworks/base/core/java/android/os/ |
OperationCanceledException.java | 21 * An exception type that is thrown when an operation in progress is canceled.
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Blend.java | 97 public void onBar1Changed(int progress) { 98 image1Alpha = (short)progress; 108 public void onBar2Changed(int progress) { 109 image2Alpha = (short)progress;
|
/frameworks/wilhelm/src/android/ |
CallbackProtector.cpp | 120 SL_LOGV("Callback protector detected in-progress callback by thread %p tid %d during" 125 SL_LOGV("Callback protector detected in-progress callback during blocking destroy"); 141 SL_LOGV("Callback protector detected in-progress callback by thread %p tid %d during" 146 SL_LOGV("Callback protector detected in-progress callback during non-blocking destroy");
|
/ndk/sources/cxx-stl/llvm-libc++/test/ |
CMakeLists.txt | 14 set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar")
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
LoadingListener.java | 22 * Called when loading is complete or no further progress can be made.
|
StitchingChangeListener.java | 26 public void onStitchingProgress(Uri uri, int progress);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
ApiServiceListener.java | 93 * Generate preview progress status 99 * @param progress The export progress (0, 100) 102 String itemId, int action, int progress) {} 105 * Export progress status 109 * @param progress The export progress (0, 100) 111 public void onVideoEditorExportProgress(String projectPath, String filename, int progress) {} 258 * Extract media item audio waveform progress callback 262 * @param progress The progress (0, 100 [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ProgressDialogTest.java | 102 * note: the progress bar's style only supports indeterminate mode, 198 * note: the progress bar's style only supports indeterminate mode, 199 * so can't change progress 213 * note: the progress bar's style only supports indeterminate mode, 214 * so can't change secondary progress 230 * note: the progress bar's style only supports indeterminate mode, 282 final ProgressBar progressBar = (ProgressBar) w.findViewById(android.R.id.progress); 301 mProgressBar = (ProgressBar) w.findViewById(android.R.id.progress);
|
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/ |
NativeAudio.java | 219 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { 220 assert progress >= 0 && progress <= 100; 221 lastProgress = progress; 235 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { 236 assert progress >= 0 && progress <= 100; 237 lastProgress = progress;
|
/external/chromium/chrome/browser/chromeos/login/ |
login_display_host.h | 39 // Sets current step on OOBE progress bar. 42 // Toggles OOBE progress bar visibility, the bar is hidden by default.
|
/external/chromium/chrome/browser/sync/engine/ |
store_timestamps_command.cc | 32 // Update the progress marker tokens from the server result. If a marker 51 << "Get Updates got new progress marker for types: "
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRatingBar.java | 103 public void setProgress(int progress) { 104 super.setProgress(progress);
|
/external/webkit/LayoutTests/storage/ |
read-and-write-transactions-dont-run-together.js | 26 log("Read transaction starting while write transaction in progress."); 32 log("Write transaction starting while another transaction in progress.");
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebResourceLoadDelegatePrivate2.idl | 45 @param identifier An identifier that can be used to track the progress of a resource load across 48 to track the progress of a resource load.
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EffectParameter.java | 65 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { 72 int value = progress + mMin;
|