/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareBase.h | 41 * when a telephony call is in progress, IN_COMMUNICATION when a VoIP call is in progress. 55 /** returns true if the given mode maps to a telephony or VoIP call is in progress */ 59 /** returns true if a telephony or VoIP call is in progress */
|
/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/Camera2/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/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. */
|
/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...] |
/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...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_dead_code_local.cpp | 153 bool progress = false; local 196 progress = true; 252 progress = true; 273 return progress; 285 bool progress = false; local 299 progress = process_assignment(ctx, ir_assign, &assignments) || progress; 308 *out_progress = progress; 318 bool progress = false; local 320 call_for_basic_blocks(instructions, dead_code_local_basic_block, &progress); [all...] |
/external/mesa3d/src/glsl/ |
opt_dead_code_local.cpp | 153 bool progress = false; local 196 progress = true; 252 progress = true; 273 return progress; 285 bool progress = false; local 299 progress = process_assignment(ctx, ir_assign, &assignments) || progress; 308 *out_progress = progress; 318 bool progress = false; local 320 call_for_basic_blocks(instructions, dead_code_local_basic_block, &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...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
progress-events.rst | 1 .. _devcycle-progress-events: 4 Progress Events 13 progress, message, view change, focus, and input events (each described in the 14 glossary below). This chapter describes how to monitor progress events (events 22 The load_progress example illustrates progress event handling. You can find 26 Module loading and progress events 30 loading process by means of DOM progress events. This set of events is a direct 31 port of the proposed W3C `Progress Events 32 <http://www.w3.org/TR/progress-events/>`_ standard (except for the ``crash`` 43 | | Native Client | | progress | message, such [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 51 * 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 215 * The worker (AsyncTask) will call this (in the UI thread) to report progress. If we are 216 * attached to an activity, update the progress immediately; If not, simply hold the 217 * progress for later. 218 * @param newState The new progress state being reported 231 // 1. get rid of progress dialog (if any) 239 // 1. get rid of progress dialog (if any) 256 // 1. get rid of progress dialog (if any) 269 // 1. get rid of progress dialog (if any [all...] |
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_history_swiper.mm | 199 // Returns whether the progress bar has been 100% filled. 204 float progress = 0; 209 progress = (currentPoint.x - startPoint.x) / requiredSwipeDistance; 210 // If the swipe is a backwards gesture, we need to invert progress. 212 progress *= -1; 213 // If the user has directions reversed, we need to invert progress. 215 progress *= -1; 217 if (progress >= 1.0) 220 // Progress can't be less than 0 or greater than 1. 221 progress = MAX(0.0, progress) [all...] |
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/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">
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/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/browseable/Styled/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/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.
|