Searched defs:STEPS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DPageProgressView.java35 private static final int STEPS = 10; field in class:PageProgressView
104 mIncrement = (mTargetProgress - mCurrentProgress) / STEPS;

Completed in 68 milliseconds