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

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
progress_monitor.ipp 12 // Description : implements simple text based progress monitor
25 #include <boost/progress.hpp>
  /packages/apps/Browser/res/layout/
title_bar.xml 40 android:id="@+id/progress"
45 android:src="@drawable/progress"
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
WeakAsyncTask.java 23 public abstract class WeakAsyncTask<Params, Progress, Result, WeakTarget> extends
24 AsyncTask<Params, Progress, Result> {
  /packages/apps/UnifiedEmail/res/layout/
conversation_list_progress.xml 30 android:progress="100"
34 android:id="@+id/progress"
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TransitionView.java 122 // Initialize the progress value
189 * Resets the transition generation progress.
196 * Sets the transition generation progress.
198 public void setGeneratingTransitionProgress(int progress) {
199 if (progress == 100) {
204 mGeneratingTransitionProgress = progress;
211 * @return true if generation is in progress
220 * @param playback true if playback is in progress
MediaItemView.java 72 // Progress of generation of the effect applied on this media item view.
73 // -1 indicates the generation is not in progress. 0-100 indicates the
74 // generation is in progress. Currently only Ken Burns effect is used with
75 // the progress bar.
132 // Prepare the progress bar rectangles
141 // Initialize the progress value
319 * @param playback true if playback is in progress
327 * Resets the effect generation progress status.
334 * Sets the effect generation progress of this view.
336 public void setGeneratingEffectProgress(int progress) {
    [all...]
  /bootable/recovery/
ui.h 43 // --- progress indicator ---
47 // Show a progress bar and define the scope of the next operation:
48 // portion - fraction of the progress bar the next operation will use
49 // seconds - expected time interval (progress bar moves at this minimum rate)
52 // Set progress bar position (0.0 - 1.0 within the scope defined
78 // Called on each keypress, even while operations are in progress.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 74 // start when there is a transition in progress
81 // start when there is a reverse transition in progress
101 // reset when there is a transition in progress
109 // reset when there is a reverse transition in progress
134 // reverse when there is a transition in progress
142 // reverse when there is a reverse transition in progress
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentRetainInstance.java 96 * we have that sits around incrementing a progress indicator.
106 * the progress up until it has reached the top, then stops and waits.
131 // Now update the progress. Note it is important that
132 // we touch the progress bar with the lock held, so it
177 // Retrieve the progress bar from the target's view hierarchy.
223 * API for our UI to restart the progress thread.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java 97 * we have that sits around incrementing a progress indicator.
107 * the progress up until it has reached the top, then stops and waits.
132 // Now update the progress. Note it is important that
133 // we touch the progress bar with the lock held, so it
178 // Retrieve the progress bar from the target's view hierarchy.
224 * API for our UI to restart the progress thread.
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 78 // Functions for controlling the progress animation.
79 // Repaint the download progress.
159 // The widget that contains the name of the download and the progress
186 // The widget that contains the animation progress and the file's icon
213 // Progress animation.
233 // For canceling an in progress icon request.
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.h 74 // Set |progress_| and send an event. Progress should be in the interval
76 void SetProgress(int progress);
77 // Change to a new |stage_| and set |progress_| to zero. Triggers a progress
96 // |progress_scale| is a percentage to which the progress will be scale, e.g.
98 // sum. |progress_offset| is an percentage that will be added to the progress
154 // |SetProgress| to update. Progress should be in the interval [0,100]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 92 listenerDiv.addEventListener('progress', moduleLoadProgress, true);
127 var bar = $('progress-bar');
134 * Hide the status field and progress bar.
150 * Called when the plugin reports progress events.
155 $('progress').style.display = 'block';
158 var bar = $('progress-bar');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 92 listenerDiv.addEventListener('progress', moduleLoadProgress, true);
129 var bar = $('progress-bar');
137 * Hide the status field and progress bar.
154 * Called when the plugin reports progress events.
159 $('progress').style.display = 'block';
162 var bar = $('progress-bar');
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.cpp 55 RefPtr<HTMLProgressElement> progress = adoptRef(new HTMLProgressElement(document)); local
56 progress->ensureUserAgentShadowRoot();
57 return progress.release();
154 inner->setPseudo(AtomicString("-webkit-progress-inner-element", AtomicString::ConstructFromLiteral));
158 bar->setPseudo(AtomicString("-webkit-progress-bar", AtomicString::ConstructFromLiteral));
161 m_value->setPseudo(AtomicString("-webkit-progress-value", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_unroll.cpp 33 this->progress = false;
41 bool progress; member in class:loop_unroll_visitor
134 this->progress = true;
219 this->progress = true;
240 this->progress = true;
252 return v.progress;
opt_constant_variable.cpp 171 bool progress = false; local
183 progress = true;
189 return progress;
195 bool progress = false; local
205 progress = true;
210 return progress;
lower_instructions.cpp 92 : progress(false), lower(lower) { }
96 bool progress; member in class:lower_instructions_visitor
121 return v.progress;
130 this->progress = true;
148 this->progress = true;
198 this->progress = true;
209 this->progress = true;
223 this->progress = true;
233 this->progress = true;
268 this->progress = true
    [all...]
  /external/chromium_org/tools/cr/cr/
loader.py 93 until it succeeds or no progress can be made on any module.
96 progress = True
98 while progress and remains:
99 progress = False
107 progress = True
109 # Try this one again, if progress was made on a possible dependency
  /external/chromium_org/ui/message_center/
notification.h 49 int progress; member in class:message_center::RichNotificationData
125 int progress() const { return optional_fields_.progress; } function in class:message_center::Notification
126 void set_progress(int progress) { optional_fields_.progress = progress; }
  /external/mesa3d/src/glsl/
loop_unroll.cpp 33 this->progress = false;
41 bool progress; member in class:loop_unroll_visitor
134 this->progress = true;
219 this->progress = true;
240 this->progress = true;
252 return v.progress;
opt_constant_variable.cpp 171 bool progress = false; local
183 progress = true;
189 return progress;
195 bool progress = false; local
205 progress = true;
210 return progress;
lower_instructions.cpp 92 : progress(false), lower(lower) { }
96 bool progress; member in class:lower_instructions_visitor
121 return v.progress;
130 this->progress = true;
148 this->progress = true;
198 this->progress = true;
209 this->progress = true;
223 this->progress = true;
233 this->progress = true;
268 this->progress = true
    [all...]
  /frameworks/base/core/java/android/app/backup/
IRestoreSession.aidl 46 * progress callbacks if this method returned zero.
50 * progress callbacks during the restore operation.
62 * progress callbacks if this method returned zero.
66 * progress callbacks during the restore operation.
81 * progress callbacks if this method returned zero.
86 * progress callbacks during the restore operation.
  /external/chromium/chrome/browser/resources/
downloads.html 114 .progress {
122 html[dir=rtl] .progress {
127 .progress.background {
131 .progress.foreground {
367 createElementWithClassName('div', 'progress background');
372 Download.Progress.width,
373 Download.Progress.height);
376 createElementWithClassName('div', 'progress foreground');
481 * Constants for the progress meter.
483 Download.Progress =
    [all...]

Completed in 1101 milliseconds

<<11121314151617181920>>