HomeSort by relevance Sort by last modified time
    Searched full:progress (Results 376 - 400 of 4084) sorted by null

<<11121314151617181920>>

  /external/svox/picolanginstaller/res/layout/
installing.xml 22 <ProgressBar android:id="@android:id/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++/libcxx/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/chromium_org/cc/output/
filter_operations.h 61 // linearly interpolating at each position a |progress| fraction of the way
68 FilterOperations Blend(const FilterOperations& from, double progress) const;
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_chromeos.cc 77 int progress = kProgressComplete * num_bytes_burnt / total_size; local
78 SetProgress(progress);
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.h 45 // Checks whether there are any downloads in-progress and prompts the user to
49 // aborted and the downloads page is shown for each profile with in-progress
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.h 66 // replacement is enabled, editing is not in progress, etc.). If
67 // |ignore_editing| is true, the "editing not in progress" check is skipped.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterArrayParameter.cpp 37 PassRefPtr<CustomFilterParameter> CustomFilterArrayParameter::blend(const CustomFilterParameter* from, double progress)
49 result->addValue(WebCore::blend(fromArray->valueAt(i), valueAt(i), progress));
CustomFilterNumberParameter.cpp 37 PassRefPtr<CustomFilterParameter> CustomFilterNumberParameter::blend(const CustomFilterParameter* from, double progress)
46 result->addValue(WebCore::blend(fromNumber->valueAt(i), valueAt(i), progress));
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
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/chromium_org/ui/events/ozone/evdev/
touch_event_converter.h 58 // Bit field tracking which in-progress touch points have been modified
73 // In-progress touch points.
  /external/chromium_org/ui/gfx/
transform_util.h 39 // |progress| is in the range [0, 1] (0 leaves |out| unchanged, and 1
44 double progress);
  /external/lzma/C/
MtCoder.c 56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize)
58 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
61 static void MtProgress_Init(CMtProgress *p, ICompressProgress *progress)
67 p->progress = progress;
87 p->res = Progress(p->progress, p->totalInSize, p->totalOutSize);
278 MtProgress_Init(&p->mtProgress, p->progress);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRatingBar.java 103 public void setProgress(int progress) {
104 super.setProgress(progress);
  /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;

Completed in 390 milliseconds

<<11121314151617181920>>