Searched defs:MAX_PROGRESS (Results 1 - 1 of 1) 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;

Completed in 78 milliseconds