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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
ProgressCategoryBase.java 29 * Turn on/off the progress indicator and text on the right.
30 * @param progressOn whether or not the progress should be displayed
  /packages/apps/UnifiedEmail/res/layout/
drawer_empty_view.xml 29 android:id="@+id/progress"
37 android:layout_toRightOf="@id/progress"
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentViewInterface.java 30 * Allows the view to know when it should update its progress.
32 * progress value
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditsPanel.js 221 * @param {!WebInspector.Progress} progress
223 run: function(requests, ruleResultCallback, categoryDoneCallback, progress)
227 progress.setTotalWork(remainingRulesCount);
231 progress.worked();
236 this._rules[i].run(requests, callbackWrapper, progress);
300 * @param {!WebInspector.Progress} progress
302 run: function(requests, callback, progress)
304 if (progress.isCanceled()
    [all...]
ProgressIndicator.js 33 * @implements {WebInspector.Progress}
39 this.element.className = "progress-bar-container";
41 this._progressElement = this.element.createChild("progress");
42 this._stopButton = new WebInspector.StatusBarButton(WebInspector.UIString("Cancel"), "progress-bar-stop-button");
81 this.dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
ContentProviderBasedProjectDelegate.js 227 * @param {!WebInspector.Progress} progress
230 findFilesMatchingSearchRequest: function(queries, fileQueries, caseSensitive, isRegex, progress, callback)
271 progress.setTotalWork(paths.length);
321 progress.worked(1);
327 progress.done();
332 * @param {!WebInspector.Progress} progress
335 indexContent: function(progress, callback)
341 progress.done()
    [all...]
  /external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
TestShellToolbar.java 72 private void onLoadProgressChanged(int progress) {
74 mProgressDrawable.setLevel((int) (100.0 * progress));
75 if (progress == 100) postDelayed(mClearProgressRunnable, COMPLETED_PROGRESS_TIMEOUT_MS);
150 public void onLoadProgressChanged(TabBase tab, int progress) {
151 if (tab == mTab) TestShellToolbar.this.onLoadProgressChanged(progress);
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 9 listener.addEventListener('progress', moduleLoadProgress, true);
26 // Progress event handler. |event| contains a couple of interesting
30 // value is 0 for the first 'progress' event.
42 common.logMessage('progress: ' + event.url + ' ' + loadPercentString +
46 common.logMessage('progress: Computing...');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
index.html 92 <div id="progress" class="progress progress-striped active">
93 <div id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
index.html 104 <div id="progress" class="progress progress-striped active">
105 <div id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
index.html 86 <div id="progress" class="progress progress-striped active">
87 <div id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
index.html 99 <div id="progress" class="progress progress-striped active">
100 <div id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
  /external/chromium_org/ppapi/api/private/
ppb_talk_private.idl 80 * request in progress.
100 * request in progress.
109 * Shows the remoting-in-progress UI and registers a callback for events.
122 * request in progress. PP_ERROR_INPROGRESS will also be returned if a
134 * Hides the remoting-in-progress UI and unregisters the event callback.
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_constant_folding.cpp 45 this->progress = false;
58 bool progress; member in class:__anon13098::ir_constant_folding_visitor
85 this->progress = true;
110 this->progress = true;
160 return constant_folding.progress;
opt_redundant_jumps.cpp 37 this->progress = false;
44 bool progress; member in class:__anon13108::redundant_jumps_visitor
85 this->progress = true;
110 this->progress = true;
123 return v.progress;
  /external/mesa3d/src/glsl/
opt_constant_folding.cpp 45 this->progress = false;
58 bool progress; member in class:__anon23565::ir_constant_folding_visitor
85 this->progress = true;
110 this->progress = true;
160 return constant_folding.progress;
opt_redundant_jumps.cpp 37 this->progress = false;
44 bool progress; member in class:__anon23575::redundant_jumps_visitor
85 this->progress = true;
110 this->progress = true;
123 return v.progress;
  /frameworks/base/docs/html/training/notify-user/
index.jd 94 <a href="display-progress.html">Displaying Progress in a Notification</a>
98 Learn how to display the progress of an operation in a notification, both for
99 operations where you can estimate how much has been completed (determinate progress) and
100 operations where you don't know how much has been completed (indefinite progress).
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
TestBase.java 63 public void onBar1Changed(int progress) {
65 public void onBar2Changed(int progress) {
67 public void onBar3Changed(int progress) {
69 public void onBar4Changed(int progress) {
71 public void onBar5Changed(int progress) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
TestBase.java 47 public void onBar1Changed(int progress) {
49 public void onBar2Changed(int progress) {
51 public void onBar3Changed(int progress) {
53 public void onBar4Changed(int progress) {
55 public void onBar5Changed(int progress) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java 65 public void onBar1Changed(int progress) {
67 public void onBar2Changed(int progress) {
69 public void onBar3Changed(int progress) {
71 public void onBar4Changed(int progress) {
73 public void onBar5Changed(int progress) {
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 34 // In step 3, onCalculate(float progress) is called so subclasses can calculate
35 // the value according to progress (progress is a value in [0,1]).
38 // can change the progress value. The interpolator can be set by
91 abstract protected void onCalculate(float progress);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 115 public enum Progress {
119 private Progress mProgress = Progress.Uninitialized;
158 if (mProgress != Progress.Initialized) return null;
159 mProgress = Progress.Pending;
164 return mProgress == Progress.Finished;
167 synchronized public Progress getProgress() {
173 * @return Progress at the time the listener was added (useful for
176 synchronized public Progress setProgressListener(ProgressListener listener) {
195 return mProgress == Progress.Finished ? mUnifiedLookupIndex.length : 0
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 239 DictionaryValue progress; local
243 progress.SetString("progressType", "download");
247 progress.SetString("progressType", "unzip");
250 progress.SetString("progressType", "burn");
257 progress.SetInteger("amountFinished", amount_finished);
258 progress.SetInteger("amountTotal", amount_total);
263 progress.SetString("progressText", progress_text);
265 progress.SetString("progressText", "");
267 progress.SetString("timeLeftText", time_remaining_text);
269 web_ui()->CallJavascriptFunction("browserBridge.updateProgress", progress);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.h 149 inline Color blend(const Color& from, const Color& to, double progress, bool blendPremultiplied = true)
152 if (progress == 1 && !to.isValid())
161 Color premultBlended(blend(premultFrom.red(), premultTo.red(), progress),
162 blend(premultFrom.green(), premultTo.green(), progress),
163 blend(premultFrom.blue(), premultTo.blue(), progress),
164 blend(premultFrom.alpha(), premultTo.alpha(), progress));
169 return Color(blend(from.red(), to.red(), progress),
170 blend(from.green(), to.green(), progress),
171 blend(from.blue(), to.blue(), progress),
172 blend(from.alpha(), to.alpha(), progress));
    [all...]

Completed in 1717 milliseconds

<<11121314151617181920>>