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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 85 // FIXME: share this code with AnimationBase::progress().
144 prog = progress(scale, offset, timingFunction);
189 // Get the from/to styles and progress between
192 double progress = 0.0; local
193 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress);
195 bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
226 // Get the from/to styles and progress between
229 double progress = 0.0; local
230 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress);
232 blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
update_screen.cc 18 // Progress bar stages. Each represents progress bar value
20 // TODO(nkostylev): Base stage progress values on approximate time.
21 // TODO(nkostylev): Animate progress during each state.
28 // Defines what part of update progress does download part takes.
  /external/jpeg/
jcapimin.c 61 cinfo->progress = NULL;
163 if (cinfo->progress != NULL) {
164 cinfo->progress->pass_counter = (long) iMCU_row;
165 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows;
166 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);
  /external/qemu/distrib/jpeg-6b/
jcapimin.c 61 cinfo->progress = NULL;
163 if (cinfo->progress != NULL) {
164 cinfo->progress->pass_counter = (long) iMCU_row;
165 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows;
166 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 29 * Contains the generic file information and progress related to a particular
119 * Returns the progress of the file transfer as a number between 0 and 1.
121 * @return Returns the progress of the file transfer as a number between 0
293 * The transfer is in progress.
297 in_progress("In Progress"),
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java 60 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
61 gradientView.setRotationY((float) progress);
62 radialGradientView.setRotationX((float) progress);
63 sweepGradientView.setRotationY((float) progress);
64 bitmapView.setRotationX((float) progress);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackView.java 271 * The audio track processing progress
273 * @param progress The progress
275 public void setProgress(int progress) {
276 mProgress = progress;
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 74 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
83 /** Message sent to us to indicate encryption update progress. */
101 private static final String FORCE_VIEW_PROGRESS = "progress";
350 final String progress = SystemProperties.get("vold.encrypt_progress"); local
351 if (!"".equals(progress) || isDebugView(FORCE_VIEW_PROGRESS)) {
403 Log.d(TAG, "Encryption progress screen initializing.");
414 // Start the first run of progress manually. This method sets up messages to occur at
453 int progress = 0; local
455 // Force a 50% progress state when debugging the view.
456 progress = isDebugView() ? 50 : Integer.parseInt(state)
    [all...]
TrustedCredentialsSettings.java 74 private Tab(String tag, int label, int view, int progress, int list, boolean checkbox) {
78 mProgress = progress;
227 int progress = 0; local
236 publishProgress(++progress, max);
242 int progress = progressAndMax[0]; local
247 mProgressBar.setProgress(progress);
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.h 53 #define PH_FRINFC_MFSTD_FMT_AUTH_SECT 1 /*!< Sector authentication is in progress */
54 #define PH_FRINFC_MFSTD_FMT_DIS_CON 2 /*!< Disconnect is in progress */
55 #define PH_FRINFC_MFSTD_FMT_CON 3 /*!< Connect is in progress */
56 #define PH_FRINFC_MFSTD_FMT_POLL 4 /*!< Poll is in progress */
57 #define PH_FRINFC_MFSTD_FMT_RD_SECT_TR 5 /*!< Read sector trailer is in progress */
58 #define PH_FRINFC_MFSTD_FMT_WR_SECT_TR 6 /*!< Write sector trailer is in progress */
59 #define PH_FRINFC_MFSTD_FMT_WR_TLV 7 /*!< Write sector trailer is in progress */
60 #define PH_FRINFC_MFSTD_FMT_WR_MAD_BLK 8 /*!< Write MAD is in progress */
61 #define PH_FRINFC_MFSTD_FMT_UPD_MAD_BLK 9 /*!< Write MAD is in progress */
phFriNfc_LlcpTransport.h 394 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress.
418 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress.
599 * \retval NFCSTATUS_PENDING Connection operation is in progress,
627 * \retval NFCSTATUS_PENDING Connection operation is in progress,
632 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress.
655 * \retval NFCSTATUS_PENDING Disconnection operation is in progress,
660 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress.
    [all...]
  /external/marisa-trie/lib/marisa/
trie.h 11 #include "progress.h"
213 Vector<UInt32> *terminals, Progress &progress);
217 Vector<UInt32> *terminals, Progress &progress);
220 Vector<UInt32> *terminals, Progress &progress);
222 Vector<UInt32> *terminals, Progress &progress);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.h 11 #include "progress.h"
213 Vector<UInt32> *terminals, Progress &progress);
217 Vector<UInt32> *terminals, Progress &progress);
220 Vector<UInt32> *terminals, Progress &progress);
222 Vector<UInt32> *terminals, Progress &progress);
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 47 abstract class ModernAsyncTask<Params, Progress, Result> {
219 * @param values The values indicating progress.
225 protected void onProgressUpdate(Progress... values) {
295 * task should be interrupted; otherwise, in-progress tasks are allowed
370 public final ModernAsyncTask<Params, Progress, Result> execute(Params... params) {
404 public final ModernAsyncTask<Params, Progress, Result> executeOnExecutor(Executor exec,
445 * @param values The progress values to update the UI with.
450 protected final void publishProgress(Progress... values) {
453 new AsyncTaskResult<Progress>(this, values)).sendToTarget();
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 61 // Used to keep track of Progress Bar Window features
181 * Progress Bars
474 void setSupportProgress(int progress) {
475 updateProgressBars(Window.PROGRESS_START + progress);
484 * Progress Bar function. Mostly extracted from PhoneWindow.java
512 // We want to set the progress value before testing for visibility
513 // so that when the progress bar becomes visible again, it has the
530 // Only show the progress bars if the primary progress is not complete
  /packages/apps/Phone/src/com/android/phone/
InCallUiState.java 197 // progress dialog (like "turning on radio for emergency call").
285 // Progress indications
290 * an indefinite progress spinner.
294 * No progress indication needs to be shown.
313 * The current progress indication that should be shown
315 * to bring up an indefinite progress spinner along with a message
331 * @return the current progress indication type, or ProgressIndicationType.NONE
332 * if no progress indication is currently active.
338 /** @return true if a progress indication is currently active. */
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 233 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); local
234 assertEquals(100, progress.getMax());
235 assertEquals(0, progress.getProgress());
237 assertFalse(progress.isIndeterminate());
241 // make the bar indeterminate will not affect max and progress
242 assertEquals(100, progress.getMax());
243 assertEquals(0, progress.getProgress());
244 assertTrue(progress.isIndeterminate());
248 assertEquals(60, progress.getMax());
249 assertEquals(50, progress.getProgress())
393 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); local
    [all...]
  /external/qemu/android/
async-socket.h 59 /* Defines client's callback set to monitor I/O progress.
62 * asio - Async I/O in progress.
202 * reader_cb - Callback to monitor I/O progress (must not be NULL).
216 * reader_cb - Callback to monitor I/O progress (must not be NULL).
230 * writer_cb - Callback to monitor I/O progress (must not be NULL).
244 * writer_cb - Callback to monitor I/O progress (must not be NULL)
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 188 void BrowserWindow::loadProgress(int progress)
194 if (progress <= 0 || progress >= 100)
199 gradient.setColorAt(((double) progress) / 100, progressColor);
200 if (progress != 100)
201 gradient.setColorAt((double) progress / 100 + 0.001, backgroundColor);
  /frameworks/base/docs/html/training/articles/
perf-anr.jd 98 To post progress changes to the user, you can call
120 protected void onProgressUpdate(Integer... progress) {
121 setProgressPercent(progress[0]);
184 user input, show that progress is being made (such as with a {@link
192 loading is in progress and fill the information asynchronously. In either case, you should
193 indicate somehow that progress is being made, lest the user perceive that
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 148 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
152 mTest.onBar1Changed(progress);
154 mTest.onBar2Changed(progress);
156 mTest.onBar3Changed(progress);
158 mTest.onBar4Changed(progress);
160 mTest.onBar5Changed(progress);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 171 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
175 mTest.onBar1Changed(progress);
177 mTest.onBar2Changed(progress);
179 mTest.onBar3Changed(progress);
181 mTest.onBar4Changed(progress);
183 mTest.onBar5Changed(progress);
  /external/marisa-trie/lib/
Makefile.in 74 am_libmarisa_a_OBJECTS = base.$(OBJEXT) progress.$(OBJEXT) \
192 marisa/progress.cc \
212 marisa/progress.h \
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Po@am__quote@
347 progress.o: marisa/progress.cc
348 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT progress.o -MD -MP -MF $(DEPDIR)/progress.Tpo -c -o progress.o `test -f 'marisa/progress.cc' || echo '$(srcdir)/'`marisa/progress.c
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 151 * Watchdog alarm receiver; responsible for making sure that downloads in progress are not
265 // NOTE: We don't yet support deleting downloads in progress
394 * Count the number of running downloads in progress for this account
432 // If there are downloads in progress, reset alarm
646 * We use an EmailServiceCallback to keep track of the progress of downloads. These callbacks
653 int progress) {
654 // Record status and progress
661 case EmailServiceStatus.IN_PROGRESS: code = "In progress"; break;
666 } else if (progress >= (req.lastProgress + 15)) {
667 Log.d(TAG, ">> Attachment " + attachmentId + ": " + progress + "%")
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 305 * These functions implement a generalized progress meter.
314 static void progress_init(struct progress_struct *progress,
319 memset(progress, 0, sizeof(struct progress_struct));
327 sprintf(progress->format, "%%%dd/%%%dld", i, i);
328 memset(progress->backup, '\b', sizeof(progress->backup)-1);
329 progress->backup[sizeof(progress->backup)-1] = 0;
330 if ((2*i)+1 < (int) sizeof(progress->backup))
331 progress->backup[(2*i)+1] = 0
363 struct progress_struct progress; local
549 struct progress_struct progress; local
    [all...]

Completed in 1403 milliseconds

<<11121314151617181920>>