Searched refs:mLastProgress (Results 1 – 1 of 1) sorted by relevance
64 int mLastProgress = 0; field in ImagePixelization87 if (Math.abs(mSeekBar.getProgress() - mLastProgress) > SEEKBAR_STOP_CHANGE_DELTA) {263 mLastProgress = mSeekBar.getProgress(); in invokePixelization()