Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSeekBarDialogPreference.java44 private final int mStepValue; field in SeekBarDialogPreference
57 mStepValue = a.getInt(R.styleable.SeekBarDialogPreference_stepValue, 0); in SeekBarDialogPreference()
88 if (mStepValue <= 1) { in clipValue()
91 return clippedValue - (clippedValue % mStepValue); in clipValue()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioDeviceInfo.java54 private final int mStepValue; field in CarAudioDeviceInfo
73 mStepValue = audioGain.stepValue(); in CarAudioDeviceInfo()
115 return mStepValue; in getStepValue()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupUnitTest.java596 private int mStepValue = STEP_VALUE; field in CarVolumeGroupUnitTest.InfoBuilder
606 mStepValue = stepValue; in setStepValue()
627 when(infoMock.getStepValue()).thenReturn(mStepValue); in build()