Searched refs:progressWithoutThreshold (Results 1 – 1 of 1) sorted by relevance
132 final int progressWithoutThreshold = 107; in setProgressTest_shouldMaintainInputValue() local134 mSeekBar.setProgress(progressWithoutThreshold); in setProgressTest_shouldMaintainInputValue()135 mProxySeekBarListener.onProgressChanged(mSeekBar, progressWithoutThreshold, true); in setProgressTest_shouldMaintainInputValue()137 assertThat(mSeekBar.getProgress()).isEqualTo(progressWithoutThreshold); in setProgressTest_shouldMaintainInputValue()