HomeSort by relevance Sort by last modified time
    Searched refs:determinate (Results 1 - 14 of 14) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java 26 * gracefully switching back and forth between indeterminate and determinate
34 public ProgressBarWrapper(ProgressBar determinate,
36 mDeterminate = determinate;
  /external/webkit/Source/WebKit/chromium/public/win/
WebThemeEngine.h 85 bool determinate, double animatedSeconds) {}
  /bootable/recovery/
ui.h 42 enum ProgressType { EMPTY, INDETERMINATE, DETERMINATE };
43 virtual void SetProgressType(ProgressType determinate) = 0;
verifier_test.cpp 109 void SetProgressType(ProgressType determinate) { }
  /external/chromium/webkit/glue/
webthemeengine_impl_win.h 42 const WebKit::WebRect& valueRect, bool determinate,
webthemeengine_impl_linux.cc 146 native_theme_extra_params->progress_bar.determinate =
147 extra_params->progressBar.determinate;
webthemeengine_impl_win.cc 475 bool determinate, double animatedSeconds)
483 &native_value_rect, determinate, animatedSeconds, canvas);
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 125 bool determinate; member in struct:WebKit::WebThemeEngine::ProgressBarExtraParams
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTWin.h 95 bool determinate, double time);
WebThemeEngineDRTWin.cpp 750 bool determinate,
754 WebThemeControlDRTWin::State cstate = determinate ? WebThemeControlDRTWin::NormalState
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 268 GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds);
343 bool determinate; member in struct:WebCore::PlatformBridge::ProgressBarExtraParams
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 247 final ProgressBar determinate = local
249 mPhotoProgressBar = new ProgressBarWrapper(determinate, indeterminate, true);
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 776 GraphicsContext* gc, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds)
779 gc->platformContext()->canvas(), barRect, valueRect, determinate, animatedSeconds);
865 webThemeExtraParams->progressBar.determinate = extraParams->progressBar.determinate;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 334 extraParams.progressBar.determinate = renderProgress->isDeterminate();

Completed in 171 milliseconds