Searched refs:MAX_PROGRESS (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DPageProgressView.java33 public static final int MAX_PROGRESS = 10000; field in class:PageProgressView
82 mBounds.right = getWidth() * mCurrentProgress / MAX_PROGRESS;
96 mBounds.right = (r - l) * mCurrentProgress / MAX_PROGRESS;
H A DTitleBar.java254 mProgress.setProgress(PageProgressView.MAX_PROGRESS);
272 mProgress.setProgress(newProgress * PageProgressView.MAX_PROGRESS

Completed in 162 milliseconds