Searched defs:newProgress (Results 1 – 5 of 5) sorted by relevance
233 final int newProgress = (int) (newMax / getMax() * getProgress()); in setStepSize() local
444 public void onProgressChanged(WebView view, int newProgress) { in onProgressChanged()
36 public void onProgressChanged(WebView view, int newProgress) {} in onProgressChanged()
181 private void handleTranscodingProgressUpdate(int sessionId, int newProgress) { in handleTranscodingProgressUpdate()1657 private void updateProgress(int newProgress) { in updateProgress()
1319 int newProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation() local