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

  /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/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 69 milliseconds