HomeSort by relevance Sort by last modified time
    Searched defs:currentProgress (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/android/
AndroidAnimation.cpp 71 float AndroidAnimation::currentProgress(double time)
89 float progress = currentProgress(time);
  /cts/tests/tests/widget/src/android/widget/cts/
RatingBarTest.java 263 int currentProgress = ratingBar.getProgress();
268 assertEquals(currentProgress, ratingBar.getProgress());
273 assertEquals(currentProgress, ratingBar.getProgress());
278 assertEquals(currentProgress, ratingBar.getProgress());
283 assertEquals(currentProgress, ratingBar.getProgress());
  /external/webkit/WebKit/gtk/webkit/
webkitdownload.cpp 864 gdouble currentProgress = webkit_download_get_progress(download);
869 && (currentProgress - lastProgress) < 0.01
870 && currentProgress < 1.0) {
874 lastProgress = currentProgress;

Completed in 330 milliseconds