Home
last modified time | relevance | path

Searched refs:progressWithoutThreshold (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DBalanceSeekBarTest.java132 final int progressWithoutThreshold = 107; in setProgressTest_shouldMaintainInputValue() local
134 mSeekBar.setProgress(progressWithoutThreshold); in setProgressTest_shouldMaintainInputValue()
135 mProxySeekBarListener.onProgressChanged(mSeekBar, progressWithoutThreshold, true); in setProgressTest_shouldMaintainInputValue()
137 assertThat(mSeekBar.getProgress()).isEqualTo(progressWithoutThreshold); in setProgressTest_shouldMaintainInputValue()