HomeSort by relevance Sort by last modified time
    Searched full:currentprogress (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
RatingBarTest.java 162 int currentProgress = ratingBar.getProgress();
167 assertEquals(currentProgress, ratingBar.getProgress());
172 assertEquals(currentProgress, ratingBar.getProgress());
177 assertEquals(currentProgress, ratingBar.getProgress());
182 assertEquals(currentProgress, ratingBar.getProgress());
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.mm 90 return [currentAnimation_ currentProgress];
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp 879 gdouble currentProgress = webkit_download_get_progress(download);
884 && (currentProgress - lastProgress) < 0.01
885 && currentProgress < 1.0) {
889 lastProgress = currentProgress;
  /external/webkit/Source/WebKit/mac/WebView/
WebWindowAnimation.m 99 return 0.5 - 0.5 * cos(M_PI * (1 - [self currentProgress]));
WebVideoFullscreenController.mm 608 if ([animation currentProgress] < 1.0)

Completed in 434 milliseconds