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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 106 public void setMaxProgress(int progress) {
107 mMaxProgress = progress;
130 public void setProgress(int progress) {
134 if (progress > 10) {
136 } else if (progress < -10) {
142 mProgress = progress * mWidth / mMaxProgress + mProgressOffset;
146 // The right most progress is adjusted.
150 // The left most progress is adjusted.
169 // the progress area
  /packages/apps/Dialer/res/drawable/
seekbar_drawable.xml 27 <!-- I am not defining a secondary progress colour - we don't use it. -->
28 <item android:id="@android:id/progress">
50 <!-- I am not defining a secondary progress colour - we don't use it. -->
51 <item android:id="@android:id/progress">
  /packages/apps/Gallery2/src/com/android/camera/
PanoProgressBar.java 106 public void setMaxProgress(int progress) {
107 mMaxProgress = progress;
130 public void setProgress(int progress) {
134 if (progress > 10) {
136 } else if (progress < -10) {
142 mProgress = progress * mWidth / mMaxProgress + mProgressOffset;
146 // The right most progress is adjusted.
150 // The left most progress is adjusted.
169 // the progress area
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 103 public void setMaxProgress(int progress) {
104 mMaxProgress = progress;
127 public void setProgress(int progress) {
131 if (progress > 10) {
133 } else if (progress < -10) {
139 mProgress = progress * mWidth / mMaxProgress + mProgressOffset;
143 // The right most progress is adjusted.
147 // The left most progress is adjusted.
166 // the progress area
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java 69 * This method will stop any running updater thread for this progress bar and create and run
70 * a new one only if the progress bar is visible.
71 * Hence, as a result of calling this method, the progress bar will have an updater thread
72 * running if and only if the progress bar is visible.
108 private final static int REPORT_PERIOD = 150; // how often to report progress, in ms
120 // disabled between pressing the 'install' button and displaying the progress
163 public void setProgressFromAnotherThread(final int progress) {
164 if (mProgress != progress) {
165 mProgress = progress;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_config.h 8 /* Status byte for guest to report progress, and synchronize features. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_config.h 8 /* Status byte for guest to report progress, and synchronize features. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_config.h 8 /* Status byte for guest to report progress, and synchronize features. */
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 44 PRINT_DEFAULT = ("misc,one-line-progress,one-line-summary,unexpected,"
46 PRINT_EVERYTHING = ("actual,config,expected,misc,one-line-progress,"
60 detailed-progress option, see below for the full list )
69 detailed-progress print one dot per test completed
70 one-line-progress print a one-line progress bar
75 this is specified it will override the '*-progress'
90 - 'detailed-progress' can only be used if running in a single thread
93 'one-line-progress' will be used instead.
94 - If both 'detailed-progress' and 'one-line-progress' are specified (an
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 80 static inline int blendFunc(const AnimationBase*, int from, int to, double progress)
82 return int(from + (to - from) * progress);
85 static inline double blendFunc(const AnimationBase*, double from, double to, double progress)
87 return from + (to - from) * progress;
90 static inline float blendFunc(const AnimationBase*, float from, float to, double progress)
92 return narrowPrecisionToFloat(from + (to - from) * progress);
95 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double progress)
98 if (progress == 1 && !to.isValid())
106 Color premultBlended(blendFunc(anim, premultFrom.red(), premultTo.red(), progress),
107 blendFunc(anim, premultFrom.green(), premultTo.green(), progress),
1293 double AnimationBase::progress(double scale, double offset, const TimingFunction* tf) const function in class:WebCore::AnimationBase
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditor.java 77 * progress notifications. This callback should be invoked after the number
131 * This method notifies the listener of the progress status of a export
137 * @param progress The progress in %. At the beginning of the export,
141 int progress);
152 * This method notifies the listener of the progress status of
159 * @param progress The progress in %. At the beginning of the operation,
162 public void onProgress(Object item, int action, int progress);
351 * blocking. The application will receive progress notifications via th
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 49 * check the accounts settings. 3. A stateless progress dialog (which will be recreated on
167 * When resuming, restart the progress/error UI if necessary by re-reporting previous values
208 * The worker (AsyncTask) will call this (in the UI thread) to report progress. If we are
209 * attached to an activity, update the progress immediately; If not, simply hold the
210 * progress for later.
211 * @param newState The new progress state being reported
224 // 1. get rid of progress dialog (if any)
232 // 1. get rid of progress dialog (if any)
249 // 1. get rid of progress dialog (if any)
262 // 1. get rid of progress dialog (if any
    [all...]
  /external/chromium/chrome/browser/download/
download_util.h 83 // Download progress animations ------------------------------------------------
88 // Rate of progress for use with downloads of unknown size
97 // Progress animation timer period, in milliseconds.
104 // Our progress halo around the icon.
110 // The offset required to center the icon in the progress bitmaps.
160 // Paint the common download animation progress foreground and background,
164 // |containing_view| is the View subclass within which the progress animation
168 // progress animation within the containing View.
212 // Get the localized status text for an in-progress download.
215 // Update the application icon to indicate overall download progress
    [all...]
  /frameworks/base/core/java/android/app/
ProgressDialog.java 38 * <p>A dialog showing a progress indicator and an optional text message or view.
41 * <p>The progress range is 0..10000.</p>
45 /** Creates a ProgressDialog with a circular, spinning progress
50 /** Creates a ProgressDialog with a horizontal progress bar.
137 int progress = mProgress.getProgress();
141 mProgressNumber.setText(String.format(format, progress, max));
146 double percent = (double) progress / (double) max;
159 mProgress = (ProgressBar) view.findViewById(R.id.progress);
167 mProgress = (ProgressBar) view.findViewById(R.id.progress);
329 * of progress. The default is "%1d/%2d"
    [all...]
  /frameworks/base/core/java/android/widget/
RatingBar.java 44 * The secondary progress should not be modified by the client as it is used
233 * @return The amount of progress that fits into a star
253 // Keep secondary progress in sync with primary
263 * The secondary progress is used to differentiate the background of a
264 * partially filled star. This method keeps the secondary progress in sync
265 * with the progress.
267 * @param progress The primary progress level.
269 private void updateSecondaryProgress(int progress) {
272 final float progressInStars = progress / ratio
    [all...]
  /developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/res/drawable/
progress_horizontal.xml 19 This drawable is used in our custom horizontal Progress Bar style:
34 <item android:id="@android:id/progress">
  /development/samples/ApiDemos/res/layout/
seekbar_1.xml 26 android:progress="50"
29 <TextView android:id="@+id/progress"
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar4.java 29 * Demonstrates how to use an indeterminate progress indicator in the window's title bar.
38 // Request progress bar
  /development/samples/training/threadsample/res/layout/
progress.xml 18 Defines the layout that shows the progress of downloading and parsing the RSS fead.
29 android:id="@+id/Progress"
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.h 25 // Initialize the view, setting the progress bar to the specified position.
33 // Set the progress bar to the specified position and redraw it.
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
notification.html 15 <div id="progress-container">
18 <progress id="files-sent-progress">progress</progress>
50 this.progressContainer_ = document.getElementById('progress-container');
52 this.filesSentProgress_ = document.getElementById('files-sent-progress');
83 * Updates notification progress.
  /external/linux-tools-perf/util/ui/
progress.c 4 #include "progress.h"
44 * FIXME: We should have a per UI backend way of showing progress,
  /external/marisa-trie/lib/
Makefile.am 8 marisa/progress.cc \
29 marisa/progress.h \
  /external/marisa-trie/v0_1_5/lib/
Makefile.am 9 marisa_alpha/progress.cc \
30 marisa_alpha/progress.h \
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SeekBarTest.java 51 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
52 transcript.add("onProgressChanged() - " + progress);

Completed in 3901 milliseconds

1 2 3 4 56 7 8 91011>>