HomeSort by relevance Sort by last modified time
    Searched full:indeterminate (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /external/chromium/chrome/browser/download/
download_util.h 217 // |progress_known| is false, then at least one download is of indeterminate
  /external/stlport/src/
ios.cpp 281 // fields have indeterminate values; we initialize them to zero for
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 191 extraParams.button.indeterminate = isIndeterminate(o);
RenderThemeChromiumWin.cpp 605 // Classic theme can't represent indeterminate states. Use unchecked appearance.
778 // For indeterminate bar, valueRect is ignored and it is computed by the theme engine
RenderThemeMac.mm 575 bool indeterminate = isIndeterminate(o);
578 if (oldIndeterminate != indeterminate) {
579 [cell setState:indeterminate ? NSMixedState : (checked ? NSOnState : NSOffState)];
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 281 // fields have indeterminate values; we initialize them to zero for
  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 194 * -1 lets the system show the progress bar with "indeterminate" state.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 78 topAttrs="style,visibility,indeterminate,max"
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 312 bool indeterminate; // Whether the button state is indeterminate. member in struct:WebCore::PlatformBridge::ButtonExtraParams
  /frameworks/base/core/java/android/view/
Window.java 57 /** Flag for indeterminate progress */
89 /** Flag for setting the progress bar's indeterminate mode on */
91 /** Flag for setting the progress bar's indeterminate mode off */
    [all...]
WindowOrientationListener.java 133 * of its proposal. If the rotation is indeterminate, returns -1.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 322 <dd>Demonstrates a ProgressDialog, a popup dialog that hosts a progress bar. This example demonstrates both determinate and indeterminate progress indicators. </dd>
  /external/webkit/Source/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 558 categoryItem.checkbox.indeterminate = hasEnabled && hasDisabled;
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 175 // throw up an indeterminate system dialog to indicate radio is
  /frameworks/base/docs/html/resources/articles/
multitasking-android-way.jd 57 <p>Broadcast receivers are great for doing small pieces of work in response to an external stimulus, such as posting a notification to the user after being sent a new GPS location report. They are very lightweight, since the application's process only needs to be around while actively receiving the broadcast. Because they are active for a deterministic amount of time, fairly strong guarantees can be made about not killing their process while running. However they are not appropriate for anything of indeterminate length, such as networking.</p>
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 442 // indeterminate, I suspect...
  /frameworks/base/core/java/android/app/
Notification.java 749 public Builder setProgress(int max, int progress, boolean indeterminate) {
752 mProgressIndeterminate = indeterminate;
    [all...]
Activity.java     [all...]
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 833 webThemeExtraParams->button.indeterminate = extraParams->button.indeterminate;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 308 // make the bar indeterminate will not affect max and progress
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 342 // Otherwise, return false and leave the outputs in an indeterminate state.
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 147 * : All other values signify failure and the channel state is indeterminate
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplication.java 298 mProgressBar = new ProgressBar(mStatusBar, SWT.HORIZONTAL | SWT.INDETERMINATE | SWT.SMOOTH);
    [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]

Completed in 1614 milliseconds

1 2 3 45 6 7 8